MATLAB: The most efficient way to interpolate

approximateapproxmiationefficient approximationefficient interpolatinginterpolateinterpolating

Hello everyone!
Lets assume I have been given 2×60 matrix consisting of X and corresponding Y values. Of these values I have computed the picture below.
What is the most efficient way to approximate(interpolate) the value between those data points (circles), I have been given a long vector containing a bit over million values of X on the range of 10-14. How would you find(approximate) the corresponding Y values if you were given a million random numbers of X in the range from 10 to 14?

Best Answer

Have you tried using interp1?
Related Question