It is possible to display axes with imagesc but only in one direction no both axis y and x only x
thanks!

 채택된 답변

Walter Roberson
Walter Roberson 2017년 3월 13일

1 개 추천

If you are using R2015b or later (I think it is) then,
ax = gca;
imagesc(YourImage, 'Parent', ax);
ax.YAxis.Visible = 'off';

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2017년 3월 13일

답변:

2017년 3월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by