How to display images

3 views (last 30 days)
Majid Al-Sirafi
Majid Al-Sirafi on 30 Sep 2018
Commented: Majid Al-Sirafi on 1 Oct 2018
Hi everyone,
How to display more than one image(each one in figure), but the image is more than 900 images regards,
Majid
  3 Comments
Majid Al-Sirafi
Majid Al-Sirafi on 30 Sep 2018
no dear friend
i want to display 900 images each one in figure
Majid Al-Sirafi
Majid Al-Sirafi on 30 Sep 2018
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

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 30 Sep 2018
Try montage().
  1 Comment
Majid Al-Sirafi
Majid Al-Sirafi on 1 Oct 2018
thank you dear Image Analyst
I'll try it

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!