Deletting X and Y axes ticks

How could axes ticks and numbers be deleted when plotting or imaging?

 Accepted Answer

venkat vasu
venkat vasu on 1 Aug 2012
set(gca,'xtick',[]) set(gca,'ytick',[])

More Answers (1)

venkat vasu
venkat vasu on 1 Aug 2012
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!