How to display images

조회 수: 3 (최근 30일)
Majid Al-Sirafi
Majid Al-Sirafi 2018년 9월 30일
댓글: Majid Al-Sirafi 2018년 10월 1일
Hi everyone,
How to display more than one image(each one in figure), but the image is more than 900 images regards,
Majid
  댓글 수: 3
Majid Al-Sirafi
Majid Al-Sirafi 2018년 9월 30일
no dear friend
i want to display 900 images each one in figure
Majid Al-Sirafi
Majid Al-Sirafi 2018년 9월 30일
I know by using the following code
img=imread('jj.bmp'); %for example
for i=1:900
figure; imshow(img);
end
but the execution is slow

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

채택된 답변

Image Analyst
Image Analyst 2018년 9월 30일
Try montage().
  댓글 수: 1
Majid Al-Sirafi
Majid Al-Sirafi 2018년 10월 1일
thank you dear Image Analyst
I'll try it

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by