Deletting X and Y axes ticks
古いコメントを表示
How could axes ticks and numbers be deleted when plotting or imaging?
採用された回答
その他の回答 (1 件)
venkat vasu
2012 年 8 月 1 日
0 投票
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])
カテゴリ
ヘルプ センター および File Exchange で Grid Lines, Tick Values, and Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!