MATLAB: How to show all images of a folder

digital image processingimage processing

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

Best Answer

Use the montage() function.