How can i get contour plot like this?

1 vue (au cours des 30 derniers jours)
Le Xuan Thang
Le Xuan Thang le 12 Mai 2020
Commenté : Le Xuan Thang le 15 Mai 2020
hi member!
how can i get picture like this in matlab?
thanks

Réponse acceptée

Peng Li
Peng Li le 12 Mai 2020
  3 commentaires
Peng Li
Peng Li le 15 Mai 2020
there are a couple of examples there already if you check more.
Z = peaks;
[M, c] = contourf(Z);
c.LineWidth = 3;
Le Xuan Thang
Le Xuan Thang le 15 Mai 2020
thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by