How to display images

4 vues (au cours des 30 derniers jours)
Majid Al-Sirafi
Majid Al-Sirafi le 30 Sep 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 commentaires
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
Try montage().
  1 commentaire
Majid Al-Sirafi
Majid Al-Sirafi le 1 Oct 2018
thank you dear Image Analyst
I'll try it

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by