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!