cubic_spline_coeffi​cients

Calculates the coefficients of cubic spline using not-a-knot boundary conditions

You are now following this Submission

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 .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0