Hi everyone,
How to display more than one image(each one in figure), but the image is more than 900 images regards,
Majid

3 commentaires

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

Connectez-vous pour commenter.

 Réponse acceptée

Image Analyst
Image Analyst le 30 Sep 2018

0 votes

Try montage().

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by