필터 지우기
필터 지우기

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'}, {[], [], []})
  댓글 수: 1
mohammad asasi
mohammad asasi 2012년 5월 18일
thanks dear daniel
you helped me alot

댓글을 달려면 로그인하십시오.

추가 답변 (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