You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Calculates the coefficients a,b,c,d of the cubic spline passing through n data points (xi,yi) using not-a-knot boundary conditions.
On interval i, the spline takes the following form:
si(x)=ai+ bi*(x-xi) + ci*(x-xi)^2 + di*(x-xi)^3
Cite As
Jale Tezcan (2026). cubic_spline_coefficients (https://www.mathworks.com/matlabcentral/fileexchange/172995-cubic_spline_coefficients), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (1.95 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
