How can i get contour plot like this?

1 visualización (últimos 30 días)
Le Xuan Thang
Le Xuan Thang el 12 de Mayo de 2020
Comentada: Le Xuan Thang el 15 de Mayo de 2020
hi member!
how can i get picture like this in matlab?
thanks

Respuesta aceptada

Peng Li
Peng Li el 12 de Mayo de 2020
  3 comentarios
Peng Li
Peng Li el 15 de Mayo de 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 el 15 de Mayo de 2020
thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Contour Plots en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by