Polynomial Interpolation in Matlab
Ältere Kommentare anzeigen
Hei!
Can somebody help me with polynomial Interpolation in Matlab? I have a data set for x and y as vectors and N=15 as the order of polynomial.T o compute coefficient c I do as follows:
x=data(1,:);
>> y=data(2,:);
c=polyfit(x,n,14);
My question is what coefficient c is?
regards, Sergey
1 Kommentar
Charles Garner
am 26 Sep. 2020
my understanding is that C is arbitrary. Pick you own value.
Akzeptierte Antwort
Weitere Antworten (1)
Joan Triadó
am 4 Feb. 2022
0 Stimmen
polynomial coefficients in descending powers
Kategorien
Mehr zu Spline Postprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!