X-Function interp1xy is used to generate interpolated Y data with specified uniformly-spaced X values. You can specify script in advanced options.
interp1xy iy:=Col(2) method:=spline npts:=1000 xmin:=30.2 xmax:=200 oy:=(<new>,<new>);
It will produce evenly spaced x values and interpolated Y values from x values.
Sam
OriginLab Technical Services