Deletting X and Y axes ticks

12 visualizaciones (últimos 30 días)
mohammad
mohammad el 1 de Ag. de 2012
How could axes ticks and numbers be deleted when plotting or imaging?

Respuesta aceptada

venkat vasu
venkat vasu el 1 de Ag. de 2012
set(gca,'xtick',[]) set(gca,'ytick',[])

Más respuestas (1)

venkat vasu
venkat vasu el 1 de Ag. de 2012
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

Categorías

Más información sobre Line 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