how to display multiple images in multiple axes

답변 (1개)

Image Analyst
Image Analyst 2014년 6월 24일

0 개 추천

You need to vary m from 1 to 9 (which is 3 times 3).

댓글 수: 2

give me the code
for m = 1 : 9
subplot(3,3,m);
imshow(someImage);
end

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

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

태그

질문:

2014년 6월 24일

댓글:

2014년 6월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by