Deletting X and Y axes ticks

 Risposta accettata

venkat vasu
venkat vasu il 1 Ago 2012

1 voto

set(gca,'xtick',[]) set(gca,'ytick',[])

Più risposte (1)

venkat vasu
venkat vasu il 1 Ago 2012

0 voti

set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

Community Treasure Hunt

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

Start Hunting!

Translated by