Piecewise Polynomial Calculus

バージョン 1.0.1 (11.9 KB) 作成者: Geoff Stanley
Functions for piecewise polynomial interpolation, integration, and differentiation of column-major data, compatible with code generation.
ダウンロード: 65
更新 2021/10/1

ライセンスの表示

Fast, codegen-compatible functions to build piecewise polynomial 1D interpolants of column-major data, and to evaluate, integrate, or differentiate them.
Linear, PCHIP, and Modified Akima interpolants are provided.
These functions efficiently work on every column of their inputs, and handle cases where an input has only one column (without internally expanding that variable). Each column is handled separately inside a for loop. This can be executed quickly by turning these functions into MEX functions via code generation -- although they are fairly fast in MATLAB R2015b and later owing to the JIT compiler. Evaluation is done using a fast binary search.
See also "Column Calculus".
--- This package is no longer updated here. Instead, get updates from github:

引用

Geoff Stanley (2024). Piecewise Polynomial Calculus (https://www.mathworks.com/matlabcentral/fileexchange/73114-piecewise-polynomial-calculus), MATLAB Central File Exchange. 取得済み .

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

ヒントを得たファイル: SPLINEFIT, Column Calculus

Community Treasure Hunt

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

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

Updated description. No changes to files.

1.0.0