how to adjust the size of the cross
조회 수: 19 (최근 30일)
이전 댓글 표시
when I use 'plot' to draw a cross on a pixel in image, I found the cross sign is a bit large size that cover to much pixels, so is there someway to shrink it? Thank you
댓글 수: 1
Walter Roberson
2012년 11월 13일
Everyone here is asking for MATLAB code. Please change your Tag to be more specific to your issue. See http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
채택된 답변
Sean de Wolski
2012년 11월 13일
You could set the line's 'MarkerSize' to be smaller.
h = plot(..)
set(h,'MarkerSize',10);
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!