LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calculating 2nd Order Polynomial Curve Fit from 3 Points

Solved!
Go to solution

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

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 1 of 3
(4,223 Views)
Solution
Accepted by topic author diarmaede

I believe you're looking for General Polynomial Fit.

Message 2 of 3
(4,220 Views)

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!

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 3 of 3
(4,205 Views)