Newton's Interpolation
15.9K Downloads
Updated 12 Apr 2005
translation missing: sv-SE.gallery.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 (2022). Newton's Interpolation (https://www.mathworks.com/matlabcentral/fileexchange/7405-newton-s-interpolation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Interpolation >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.