Deletting X and Y axes ticks
Ältere Kommentare anzeigen
How could axes ticks and numbers be deleted when plotting or imaging?
Akzeptierte Antwort
Weitere Antworten (1)
venkat vasu
am 1 Aug. 2012
0 Stimmen
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
Kategorien
Mehr zu Grid Lines, Tick Values, and Labels finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!