Deletting X and Y axes ticks

 Akzeptierte Antwort

venkat vasu
venkat vasu am 1 Aug. 2012

1 Stimme

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

Weitere Antworten (1)

venkat vasu
venkat vasu am 1 Aug. 2012

0 Stimmen

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