You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function performs the Lagrange interpolation of a function (y) or its derivative (dy/dx).
usage:
y=lagrange(x,pointx,pointsy,0) or
dy=lagrange(x,pointx,pointsy,1) or
dy=lagrange(x,pointx,pointsy,2)
There are two ways to find the derivative. If dydx_on (varargin(4)) is set to 1, it will base the derivative on pointx and pointsy (y will be dy/dx). If dydx_on == 2, the derivative is based on the interpolated points.
pointsy can be an array.
This function can get slow for large amounts of control points. Also, make sure to have extra control points outside the region of interpolation interest if there are lots of control points.
Cite As
Geoff Wawrzyniak (2026). lagrange interpolation and derivative (https://se.mathworks.com/matlabcentral/fileexchange/11964-lagrange-interpolation-and-derivative), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: Lagrange polynomial interpolation
Inspired: Lagrange Interpolator Polynomial
General Information
- Version 1.0.0.0 (1.4 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Found error in the description of input arguments. Polished up code per the code metrics. |
