How can i get contour plot like this?

 Accepted Answer

Peng Li
Peng Li on 12 May 2020

3 Comments

Le Xuan Thang
Le Xuan Thang on 14 May 2020
Edited: Le Xuan Thang on 14 May 2020
can you show me an example? plz. Color, pic, something like this
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

Products

Release

R2019a

Community Treasure Hunt

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

Start Hunting!