MATLAB: Determine the Y value from a given X from the generated figure

xy

Hi,
May I know how to determine the Y value from a given X from the generated figure? As I do not have any y equation.
attached is the matlab file.
Thanks a lot!

Best Answer

If you have your two vectors x and y
y0=interp1(x,y,x0)
Related Question