Newton’s interpolating polynomials of order 1 through 4.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
x=[1 2 3 5 7 8];
fx=[3 6 19 99 291 444];
Calculate f (4) using Newton’s interpolating polynomials of order 1 through 4.
2 Kommentare
Hildo
am 28 Nov. 2016
If you don't need the implementation code, you can use the Curve Fitting Toolbox or/and its internal functions.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!