Newton's Interpolation

Script for Newton's Interpolation formula.
16.8K Downloads
Updated 12 Apr 2005

No License

Script for Newton's Interpolation
newton_interpolation(x, y, p)
x and y are two Row Matrices and p is point of interpolation

Example
>> x=[1,2,4,7,8]
>> y=[-9,-41,-189,9,523]
>> newton_interpolation(x, y, 5)
OR
>> a = newton_interpolation(x, y, 5)

Cite As

Muhammad Rafiullah Arain (2024). Newton's Interpolation (https://www.mathworks.com/matlabcentral/fileexchange/7405-newton-s-interpolation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11.1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interpolation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0