piecewise cubic spline interpolation

版本 1.0 (8.4 KB) 作者: Alexander
Obtains a piecewise cubic spline from a function, and a function to obtain derivatives is included.
591.0 次下载
更新时间 2015/12/2

查看许可证

The one-dimensional interpolation is based on segmented g(x)=a+b*x+c*x^2+d*x^3 functions where the knots remain twice continuously differentiable. This guarantees that the interpolation is smooth. Different end knot conditions are implemented. The depth of the interpolation is variable, and can be set to depend on an absolute or relative error tolerance. It is meant to be easy to interpolate expensive functions that take a lot of time, so if local_interpolation is set to one, and the function is locally predictable, knots are actually interpolated and not calculated from the original function which helps to save computational time. The function pwcs_deriv gives derivative up to the third order.

引用格式

Alexander (2024). piecewise cubic spline interpolation (https://www.mathworks.com/matlabcentral/fileexchange/54286-piecewise-cubic-spline-interpolation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0