splineA(xd,yd,x,End​s,Ders)

バージョン 1.5.0.0 (3.54 KB) 作成者: Mark Holmes
Nonuniform Cubic Spline Interpolation
ダウンロード: 112
更新 2024/4/6

ライセンスの表示

Nonuniform Cubic Spline Interpolation
Includes first or second derivative end conditions (so, as special cases, it includes natural and clamped cubic splines)
If you want the formulas for the resulting cubics, use splineB.m

引用

Mark Holmes (2024). splineA(xd,yd,x,Ends,Ders) (https://www.mathworks.com/matlabcentral/fileexchange/67206-splinea-xd-yd-x-ends-ders), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2024a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSplines についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.5.0.0

Fixed a subscript in a for loop

1.1.0.0

made a few minor changes in the comments; the code was not changed

1.0.0.0