09-07-2012 01:41 PM
Hi All,
I am wondering if there is a simple way to calculate the coefficients a, b and c in a 2nd order polynomial equation of the form
y = ax^2+bx+c
given 3 known points.
Is there a LabVIEW function that can do that automatically?
Thanks!
- FB
Solved! Go to Solution.
09-07-2012 01:47 PM
I believe you're looking for General Polynomial Fit.
09-07-2012 02:58 PM
Yup. My brain is definitely sputtering today. I was having a hard time figuring out how to format my data for that function, but I looked at it again when you posted the link, and it should be pretty easy.
Thanks!