Deletting X and Y axes ticks

11 vues (au cours des 30 derniers jours)
mohammad
mohammad le 1 Août 2012
How could axes ticks and numbers be deleted when plotting or imaging?

Réponse acceptée

venkat vasu
venkat vasu le 1 Août 2012
set(gca,'xtick',[]) set(gca,'ytick',[])
  1 commentaire
mohammad
mohammad le 1 Août 2012
thanks dear

Connectez-vous pour commenter.

Plus de réponses (1)

venkat vasu
venkat vasu le 1 Août 2012
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by