graphic,axes

1 次查看(过去 30 天)
mohammad asasi
mohammad asasi 2012-5-17
Hi
really these days I have a challenge with axes objects...
I want to know how to make the axes numbers disappear...
but when I type axis off the whole axes object becomes disappear
show me how to overcome this problem???
  1 个评论
Image Analyst
Image Analyst 2012-5-17
What's in your axes? If I put an image in there I can do axis on or off and it doesn't affect whether the image is displayed or not, it just turns on or off the tick marks and numbers.

请先登录,再进行评论。

采纳的回答

Daniel Shub
Daniel Shub 2012-5-17
The axis "numbers" are called tick labels
set(gca, {'XTickLabel', 'YTickLabel', 'ZTickLabel'}, {[], [], []})

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by