How can i get contour plot like this?

1 view (last 30 days)
hi member!
how can i get picture like this in matlab?
thanks

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!