showing different images on screen

i have 1 to 100 images,want to display these images on screen depending upon user input.is any function exist that can do this work except subplot as subplot gives very small sized image,unable to see image.

 Respuesta aceptada

Image Analyst
Image Analyst el 19 de Oct. de 2015

0 votos

You can try montage(). It will stitch the images all together into one huge image. You might run out of memory though. If that happens, subsample the images and stitch them together yourself.

Más respuestas (0)

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Preguntada:

el 19 de Oct. de 2015

Respondida:

el 19 de Oct. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by