08-07-2009 03:52 PM
This may be a dummy question but I’m pressed for time. I have used the Linear Fit.vi function to duplicate the Excel LINEST function and it works great. However, the engineers here want to set the LINEST const option to FALSE. How can I duplicate this option using LabVIEW? I’m using LV v.8.5.1.
Solved! Go to Solution.
08-07-2009 04:35 PM
08-11-2009 07:59 AM
Hi Darin,
Your suggestion to use the General Polynomial Fit.vi lead me in the right direction. I am able to duplicate the “const” option within the Excel LINEST function by using this vi. Your response is much appreciated because it saved me considerable time. Attached is a modified version of the Regressions Demo.vi that was available in LV help. It shows how the “const” option makes a difference in the linear slope.
Thanks again,
Dave J.