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

jonas
jonas on 30 Sep 2018
Like 900 subplots?
no dear friend
i want to display 900 images each one in figure
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

0 votes

Try montage().

More Answers (0)

Categories

Find more on Images 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!