Perform cubic spline interpolation/extrapolation of XY data
1. spline ix:=Col(3) iy:=(Col(1), Col(2));
2. spline ix:=Col(3) iy:=Col(2) ox:=Col(4);
Please refer to the page for additional option switches when accessing the x-function from script
Input
vector
XYRange
int
Option list:
Output
This function performs Cubic spline interpolation on XY range data. You should specify the X coordinates on the spline, and it will output a vector contains the interpolated values on these X values.
spline -d
Detail algorithms please read the help of interp1.
interp1, interp1xy, interp1q, bspline
Keywords:interpolation, extrapolation