How can i get contour plot like this?

1 次查看(过去 30 天)
hi member!
how can i get picture like this in matlab?
thanks

采纳的回答

Peng Li
Peng Li 2020-5-12
  3 个评论
Peng Li
Peng Li 2020-5-15
there are a couple of examples there already if you check more.
Z = peaks;
[M, c] = contourf(Z);
c.LineWidth = 3;

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by