You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). Newton's Interpolation (https://www.mathworks.com/matlabcentral/fileexchange/7405-newton-s-interpolation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (564 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |