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

采纳的回答

Sean de Wolski
Sean de Wolski 2012-11-13
You could set the line's 'MarkerSize' to be smaller.
h = plot(..)
set(h,'MarkerSize',10);

更多回答(1 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by