how to adjust the size of the cross
15 ビュー (過去 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!