Deletting X and Y axes ticks

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

 採用された回答

venkat vasu
venkat vasu 2012 年 8 月 1 日

1 投票

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

その他の回答 (1 件)

venkat vasu
venkat vasu 2012 年 8 月 1 日

0 投票

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