Deletting X and Y axes ticks
    6 views (last 30 days)
  
       Show older comments
    
How could axes ticks and numbers be deleted when plotting or imaging?
0 Comments
Accepted Answer
More Answers (1)
  venkat vasu
      
 on 1 Aug 2012
        set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
