How to show all images of a folder?

1 view (last 30 days)
Dear matlab experts,
I’m facing a problem. I want to show all images of a folder. Suppose a folder has 10 pgm images. I want show them all in a window. Imshow() command doesn’t work for what I need. I use imshow() command with a for loop but it only shows the first image. What can I do now? Please help me. Thanks and Regards
Shaila

Accepted Answer

Image Analyst
Image Analyst on 15 Jun 2014
Use the montage() function.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!