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

5 visualizzazioni (ultimi 30 giorni)
I have 30 data of points location.
and I want to draw contour with it
can anybody help me please? :(

Risposta accettata

Star Strider
Star Strider il 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 Commenti
MINO
MINO il 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 il 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by