MATLAB: How to show multiple images in the same picture with the name of each image without using subplots

image analysisimage processingImage Processing Toolboxmontagesubplot

dear all ,
I have a function that, according to the user's specifications, creates, reads the desired image created (saving it in a variable) and then deletes it (to avoid clogging the folder) after creating all the desired images I want the function to be output let me see the printed images and respective name associated with the image, I tried to use subplots but the images are too small and not seen well, montage, I do not know how to match the name – image because before doing montage you have to check which images exist or less than possible images. thanks

Best Answer

Use montage(), then text().
Related Question