Drawing contour on circle with individual(x,y,z) location spots

4 views (last 30 days)
I have 30 data of points location.
and I want to draw contour with it
can anybody help me please? :(

Accepted Answer

Star Strider
Star Strider on 17 Nov 2020
Use the contour function.
If they are not already gridded (in a regularly-spaced 2D array), use the griddata (or related functions) to interpolate them into a grid so contour can plot them.
  2 Comments
MINO
MINO on 17 Nov 2020
i try to use that function contour, but it said Z coordinate should be 2D array, but I can't make it.
and there is no correleation between Z datas. cause it is just thickness..
Star Strider
Star Strider on 18 Nov 2020
Use the griddata function that I linked to.
I have no idea what you want to use in the file you posted.

Sign in to comment.

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!