How can I display a scrollable grid of images in the Matlab GUI?
I need something similar to what is shown below

This stackoverflow post article describes how to display images in a convenient way by setting the String property to HTML code that points to the image. But for this I need to save the images to disk, which is not an option that I would like, since these displays start up dynamically.
It would be nice if I could add a checkbox inside each image so that the user can select a subset of them.
source share