Lagrange Interpolator Polynomial
The two inputs X and Y are vectors defining a set of N points. The function uses Lagrange's method to find the N-1th order polynomial that passes through all these points, and returns in P the N coefficients defining that polynomial. Then, polyval(P,X) = Y.
R returns the x co-ordinates of the N-1 extrema/inflection points of the resulting polynomial (roots of its derivative), and S returns the value of the polynomial at those points.
For a general-purpose way to find a smooth curve connecting points, you probably want to use SPLINE instead.
Cita come
Dan Ellis (2026). Lagrange Interpolator Polynomial (https://it.mathworks.com/matlabcentral/fileexchange/13151-lagrange-interpolator-polynomial), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- AI and Statistics > Curve Fitting Toolbox > Interpolation >
- MATLAB > Mathematics > Elementary Math > Polynomials >
Tag
Riconoscimenti
Ispirato da: Lagrange polynomial interpolation, lagrange interpolation and derivative
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
lagrangepoly/
lagrangepoly/html/
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | - added example to comments as per code metrics report
|
