Polynomial Interpolation in Matlab
显示 更早的评论
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 个评论
Charles Garner
2020-9-26
my understanding is that C is arbitrary. Pick you own value.
采纳的回答
更多回答(1 个)
Joan Triadó
2022-2-4
0 个投票
polynomial coefficients in descending powers
类别
在 帮助中心 和 File Exchange 中查找有关 Spline Postprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!