Lagrange and newton poly
1 回表示 (過去 30 日間)
古いコメントを表示
I can't build lagrangepoly and newtonpoly using "spline" X = [0.13 0.18 0.23 0.28 0.33 0.38]; Y = [0.129 0.179 0.228 0.276 0.324 0.371]; Please help me.
0 件のコメント
回答 (1 件)
Laura Proctor
2011 年 6 月 13 日
You can try this function from the file exchange: http://www.mathworks.com/matlabcentral/fileexchange/13151-lagrange-interpolator-polynomial
2 件のコメント
Laura Proctor
2011 年 6 月 13 日
From the description:
P [returns] the N coefficients defining that polynomial.
R returns the x co-ordinates of the N-1 extrema/inflection points of the resulting polynomial (roots of its derivative)
S returns the value of the polynomial at those points
参考
カテゴリ
Help Center および File Exchange で Splines についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!