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

Nonuniform Cubic Spline Interpolation
112 Downloads
Updated 6 Apr 2024

View License

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

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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