How to display images

3 visualizaciones (últimos 30 días)
Majid Al-Sirafi
Majid Al-Sirafi el 30 de Sept. de 2018
Comentada: Majid Al-Sirafi el 1 de Oct. de 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 comentarios
Majid Al-Sirafi
Majid Al-Sirafi el 30 de Sept. de 2018
no dear friend
i want to display 900 images each one in figure
Majid Al-Sirafi
Majid Al-Sirafi el 30 de Sept. de 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

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 30 de Sept. de 2018
Try montage().
  1 comentario
Majid Al-Sirafi
Majid Al-Sirafi el 1 de Oct. de 2018
thank you dear Image Analyst
I'll try it

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by