Polynomial Interpolation in Matlab
Mostra commenti meno recenti
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 Commento
Charles Garner
il 26 Set 2020
my understanding is that C is arbitrary. Pick you own value.
Risposta accettata
Più risposte (1)
Joan Triadó
il 4 Feb 2022
0 voti
polynomial coefficients in descending powers
Categorie
Scopri di più su Spline Postprocessing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!