- deconv
Deconvolution of two vectors, or polynomial division.
- interp1
One dimensional interpolation.
- interp2
Two dimensional interpolation.
- interpn
N dimensional interpolation.
- isonormals
Compute normal vectors to an interpolated isosurface.
- lookup
Look up values in a sorted table.
- mkpp
Piecewise polynomial struct construction.
- pchip
Interpolate (x,y) data with a Hermite cubic polynomial.
- poly
Polynomial construction, either as a characteristic polynomial, or from its roots.2024.1
- polyder
Derivative of a polynomial.
- polyint
Integral of a polynomial.
- polyval
Evaluate a polynomial.
- ppval
Piecewise polynomial evaluation.
- roots
Compute the roots of a polynomial.
- spline
Interpolate (x,y) data with a cubic spline.
- unmkpp
Piecewise polynomial struct extraction.