make figure contours mor evident
조회 수: 1 (최근 30일)
이전 댓글 표시
How I can plot the contour lines more evident in fig1 like it in figure 2? what is the command for that?
댓글 수: 0
답변 (1개)
Walter Roberson
2022년 11월 27일
When you call contour() you can pass in the number of contour levels to use. Or instead you can pass in a vector of the values of the contour levels. To make the contours more obvious, reduce the number of contour levels.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!