Temperature contour plot from x,y coordinates and corresponding Temperatures?

6 views (last 30 days)
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. :D
  2 Comments
Mahabubur Rahman
Mahabubur Rahman on 14 Jun 2019
but my values of temperature for x,y coordinates are fixed and the interpolating values in between them has to be calculated, If I use meshgrid then it could lead to improper interpolation results.

Sign in to comment.

Accepted Answer

Star Strider
Star Strider on 14 Jun 2019
See if the griddata (link) function will do what you want.

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!