Deletting X and Y axes ticks
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How could axes ticks and numbers be deleted when plotting or imaging?
0 commentaires
Réponse acceptée
Plus de réponses (1)
venkat vasu
le 1 Août 2012
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!