how to adjust the size of the cross

10 visualizaciones (últimos 30 días)
LIU WEIHUA
LIU WEIHUA el 13 de Nov. de 2012
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 comentario
Walter Roberson
Walter Roberson el 13 de Nov. de 2012
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

Iniciar sesión para comentar.

Respuesta aceptada

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

Más respuestas (1)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by