필터 지우기
필터 지우기

how to remove axis labels from IMAGESC

조회 수: 90 (최근 30일)
xplore29
xplore29 2014년 2월 10일
댓글: madhan ravi 2018년 10월 28일
I am creating heat map of 2d matrix using following
figure;
rand('twister',1);
X = randn(10,10);
imagesc(X);
the figure shows 0-10 on both x-axis and y-axis which are not required. How can I remove them?
  댓글 수: 1
xplore29
xplore29 2014년 2월 10일
I got it. Didn't explore Edit axes tricks before

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

채택된 답변

Image Analyst
Image Analyst 2014년 2월 11일
Did you try
axis off;
  댓글 수: 1
madhan ravi
madhan ravi 2018년 10월 28일
Accepted answer by Madhan Ravi since the OP didn't

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

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