MATLAB: Temperature contour plot from x,y coordinates and corresponding Temperatures

contourplot

Hello everyone,
I have a data set that has the x,y coordinates and their corresponding temperatures (i.e. position based temperatures). How can I draw a plot that will show the temperatures of those positions like contour plot.
Thanks in advance for your time and suggestions. 😀

Best Answer

See if the griddata (link) function will do what you want.