I am looking for a method to interpolate data points on a non liner curve.
The method I am trying to emulate in MATLAB is y1 = interp1(x,y,x1)
Essentially I am trying to supply my interpolate function two components of a curve (x & y). The x1 one value is an independent variable such as time.
Are there any built in features that would allow me to do this?