Contourf plot of datasets

2 views (last 30 days)
Parham Ebrahimi
Parham Ebrahimi on 15 Aug 2019
Commented: Star Strider on 16 Aug 2019
Does anyone know how can I have a 2D-contour plot of some given data points?
I have the coordinates inside two vectors x and y. The problem is there is no analyctical function relating the height z, to the coordinates.
I have a seperate vector which has the values of z corrospondig to each (x,y) pair.
I would appreciate if you could help me with this.
Thanks in advance!

Accepted Answer

Star Strider
Star Strider on 15 Aug 2019
You might find the griddata function useful. It takes random (x,y) values and interpolates gridded z-matrices from them that contour and contourf can use.
  4 Comments
Parham Ebrahimi
Parham Ebrahimi on 16 Aug 2019
You were right. I tried with reshape and it worked. Now I will interpolate to generate more data in the contour.
Thanks!
Star Strider
Star Strider on 16 Aug 2019
As always, my pleasure!

Sign in to comment.

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!