How can i get contour plot like this?

조회 수: 1 (최근 30일)
Le Xuan Thang
Le Xuan Thang 2020년 5월 12일
댓글: Le Xuan Thang 2020년 5월 15일
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;
Le Xuan Thang
Le Xuan Thang 2020년 5월 15일
thank you

댓글을 달려면 로그인하십시오.

추가 답변 (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