hermitePoly

The function returns Hermite interpolation polynomomial from given data.

現在この提出コンテンツをフォロー中です。

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.

引用

Or Werner (2026). hermitePoly (https://jp.mathworks.com/matlabcentral/fileexchange/56507-hermitepoly), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersPolynomials についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート 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