Newton interpolation coefficient
Version 1.0.0.0 (1.48 KB) by
feirg
This function finds the coefficients for Newton interpolation polynomial
% [b0 b1 b2...] = NewtonInterpolation(x,y) where vector [b0 b1 b2...] is
% the coefficients of Newton interpolation polynomial:
%
% N(x) = b0+b1(x-x0)+b2(x-x0)(x-x1)+...
%
% Note that both x, y should be 1-D vector with the same dimension.
Cite As
feirg (2026). Newton interpolation coefficient (https://nl.mathworks.com/matlabcentral/fileexchange/44963-newton-interpolation-coefficient), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2013b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Interpolation >
Find more on Interpolation in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
