Polynomial Interpolation in Matlab
Mostrar comentarios más antiguos
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 comentario
Charles Garner
el 26 de Sept. de 2020
my understanding is that C is arbitrary. Pick you own value.
Respuesta aceptada
Más respuestas (1)
Joan Triadó
el 4 de Feb. de 2022
0 votos
polynomial coefficients in descending powers
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!