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.
66.0 次下载
更新时间 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 CenterMATLAB Answers 中查找有关 Interpolation 的更多信息
致谢

参考作品: 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