LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have one array, say y and another array x. now, y=f(x). The system is a non-linear system. how do i find a equation of nth order for the y and x arrays.

Hi,
I have done this using MS excel.  In excel i plot a graph for the below values and i drew a trend line for that plot.  from that i am able to find the order and equation of best fit.  Is there any way to do this in Labview.  Give me some examples.  
 
Note:
y----> Speed
x---->Pressure
 
Please find the attachment for the graph of Pressure Vs Speed.
 
 
0 Kudos
Message 1 of 3
(2,527 Views)
Hi vissw,

Excel has a better function: linestat, I thought it was (I'm not sure because excel is localized for these functions), maybe linest.

In LabVIEW look foor 'general polynomial fit' it will do what you want, but I'm not sure it is present inevery LV version.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,518 Views)
Hi TonP,
Thanks a lot, It seems to be working. 
0 Kudos
Message 3 of 3
(2,510 Views)