How to display images

3 visualizzazioni (ultimi 30 giorni)
Majid Al-Sirafi
Majid Al-Sirafi il 30 Set 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 Commenti
Majid Al-Sirafi
Majid Al-Sirafi il 30 Set 2018
no dear friend
i want to display 900 images each one in figure
Majid Al-Sirafi
Majid Al-Sirafi il 30 Set 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

Accedi per commentare.

Risposta accettata

Image Analyst
Image Analyst il 30 Set 2018
Try montage().
  1 Commento
Majid Al-Sirafi
Majid Al-Sirafi il 1 Ott 2018
thank you dear Image Analyst
I'll try it

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by