Deletting X and Y axes ticks

 Réponse acceptée

venkat vasu
venkat vasu le 1 Août 2012

1 vote

set(gca,'xtick',[]) set(gca,'ytick',[])

Plus de réponses (1)

venkat vasu
venkat vasu le 1 Août 2012

0 votes

set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

Community Treasure Hunt

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

Start Hunting!

Translated by