hermitePoly

The function returns Hermite interpolation polynomomial from given data.

You are now following this Submission

Given matrix with data of x1, x2,...,xn, function values f(x1),...,f(xn) and derivatives e.g. f ' (x1)...f ' (xn), the function build and return interpolation polynomial. When only variable values and function values are given, the polynomial is similar to Newton interpolation polynomial.

Cite As

Or Werner (2026). hermitePoly (https://www.mathworks.com/matlabcentral/fileexchange/56507-hermitepoly), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.1.0

Function's name fixed.

1.2.0.0

Update of function's return.

1.1.0.0

bug fixed.

1.0.0.0