MATLAB: Interpolate value of point

interpolationMATLAB

Hello. I have a sufrace like on the image.How can I interpolate z-value (black cross) from this surface? I need the fastest methos (linear, for example)

Best Answer

I'm assuming you have the data for the surface points. If so, I believe interp2 will do what you're asking.