How can i get contour plot like this?

1 Ansicht (letzte 30 Tage)
Le Xuan Thang
Le Xuan Thang am 12 Mai 2020
Kommentiert: Le Xuan Thang am 15 Mai 2020
hi member!
how can i get picture like this in matlab?
thanks

Akzeptierte Antwort

Peng Li
Peng Li am 12 Mai 2020
  3 Kommentare
Peng Li
Peng Li am 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 am 15 Mai 2020
thank you

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by