Deletting X and Y axes ticks

4 Ansichten (letzte 30 Tage)
mohammad
mohammad am 1 Aug. 2012
How could axes ticks and numbers be deleted when plotting or imaging?

Akzeptierte Antwort

venkat vasu
venkat vasu am 1 Aug. 2012
set(gca,'xtick',[]) set(gca,'ytick',[])

Weitere Antworten (1)

venkat vasu
venkat vasu am 1 Aug. 2012
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