Cubic interpolation in 1D
Version 1.0.0.0 (745 Bytes) by
Indranil Banik
This algorithm interpolates using a cubic method for functions of one variable.
The function is meant for interpolating using a cubic method and has been optimised. The syntax is that you want to know the value of the function f when its argument is x. The values of f are known for four other values of x, which are x__, x_, x_plus and x_plus_plus. Reading the first line of the function will give a straightforward idea of what it is meant to do.
Cite As
Indranil Banik (2026). Cubic interpolation in 1D (https://www.mathworks.com/matlabcentral/fileexchange/61635-cubic-interpolation-in-1d), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Interpolation >
Find more on Interpolation in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
