generating a more detailed contour plot

조회 수: 22 (최근 30일)
Tal Shavit
Tal Shavit 2022년 5월 18일
댓글: Jon 2022년 5월 18일
hello, I am using contourf to plot a color map for a Xi squared table. but since the lowest values are very low, and some values are very high, the resolution is not good enough.
How can I get a higher reolution plot?

채택된 답변

Jon
Jon 2022년 5월 18일
If you want more contor lines (is this what you mean by resolution?) you can use the additional levels argument to do this, so for example if you wanted contour lines for 100 different levels
contour(Z,100)
or
contour(X,Y,Z,100)
  댓글 수: 5
Tal Shavit
Tal Shavit 2022년 5월 18일
Thank you!
Jon
Jon 2022년 5월 18일
Your welcome. If that answered your question then please accept the answer. That will take it off of the list of unanswered questions, and let others with a similar question know an answer is available. Thanks

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by