Deletting X and Y axes ticks

4 次查看(过去 30 天)
How could axes ticks and numbers be deleted when plotting or imaging?

采纳的回答

venkat vasu
venkat vasu 2012-8-1
set(gca,'xtick',[]) set(gca,'ytick',[])

更多回答(1 个)

venkat vasu
venkat vasu 2012-8-1
set(gca,'xtick',[]) set(gca,'ytick',[]) set(gca,'xticklabel',[]) set(gca,'yticklabel',[])

类别

Help CenterFile 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!

Translated by