Deletting X and Y axes ticks

11 visualizzazioni (ultimi 30 giorni)
mohammad
mohammad il 1 Ago 2012
How could axes ticks and numbers be deleted when plotting or imaging?

Risposta accettata

venkat vasu
venkat vasu il 1 Ago 2012
set(gca,'xtick',[]) set(gca,'ytick',[])

Più risposte (1)

venkat vasu
venkat vasu il 1 Ago 2012
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

Categorie

Scopri di più su Line Plots 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!

Translated by