Deletting X and Y axes ticks
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How could axes ticks and numbers be deleted when plotting or imaging?
0 Commenti
Risposta accettata
Più risposte (1)
venkat vasu
il 1 Ago 2012
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
0 Commenti
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!