How can i get contour plot like this?

1 visualizzazione (ultimi 30 giorni)
hi member!
how can i get picture like this in matlab?
thanks

Risposta accettata

Peng Li
Peng Li il 12 Mag 2020
  3 Commenti
Peng Li
Peng Li il 15 Mag 2020
there are a couple of examples there already if you check more.
Z = peaks;
[M, c] = contourf(Z);
c.LineWidth = 3;

Accedi per commentare.

Più risposte (0)

Categorie

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

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by