Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to do it?
조회 수: 4 (최근 30일)
이전 댓글 표시

Contours in the section of y coordinate varying from 24 to 24.7 with x-axis varying from 0 to 0.3 approx are really concentrated and appears like a patch when i do contour filled. Can i make them wide and clearly visible.
댓글 수: 0
답변 (1개)
Image Analyst
2014년 2월 4일
A lot of functions take a 'LineWidth' input argument. See if yours does, like
somefunction(....., 'LineWidth', 4, .........) % Make thick lines.
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!