hermitePoly

Version 1.2.1.0 (3.86 KB) by Or Werner
The function returns Hermite interpolation polynomomial from given data.
256 Downloads
Updated 22 Apr 2016

View License

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 (2024). hermitePoly (https://www.mathworks.com/matlabcentral/fileexchange/56507-hermitepoly), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
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