You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes as:
p(x) = c(1) + c(2)*(x-nodes(1)) + c(3)*(x-nodes(1))*(x-nodes(2))...
INPUT:
c -> column vector containing newton polynomial coeffcients from the
function interpN(x, y)
nodes -> column vector containing x-coordinate interpolation points
OUTPUT:
p -> polynomial formula of newton interpolation
Cite As
Giulio Golinelli (2026). newton2poly (https://www.mathworks.com/matlabcentral/fileexchange/78330-newton2poly), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (1.2 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
