필터 지우기
필터 지우기

Cant Remove Axis Labels

조회 수: 116 (최근 30일)
ImageProcessor
ImageProcessor 2016년 4월 4일
댓글: ImageProcessor 2016년 4월 5일
I know this is a very common question, and I tried many answers given, setting Xtick to [], XTickLabel, YTick, YTickLabel etc...but still not working. Can someone please tell me how to remove the axes labels, cause they are interfering with the image I am diplaying on the axes. Would appreciate a hint !
  댓글 수: 1
Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 4일
What is your code for that?

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

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 4일
t=1:10
y=t.^2
plot(t,y)
set(gca,'xtick',[])
  댓글 수: 9
Walter Roberson
Walter Roberson 2016년 4월 4일
What turned out to be the problem?
ImageProcessor
ImageProcessor 2016년 4월 5일
Was a minor syntax problem from my side. Plus some other changes.

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

카테고리

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