any images in a listbox

2 views (last 30 days)
Myumyun
Myumyun on 14 May 2013
Hello, I'm trying to create a gui. My code generates about 8 images . And all these images have to come in a listbox.Is that possible? And is it possible to select a few of them and then save them? I want thing of this sort(right part)-images, text, tabs and ...

Answers (1)

Walter Roberson
Walter Roberson on 14 May 2013
It is only possible if your images are very small (e.g., no more than about 20 pixels by 20 pixels.) Otherwise the best you can do is to put image names (or other identifying information) in the listbox and use the listbox value to determine which images are to be used.
But what you show in the link looks like a mix of text and a plot to me, not an image.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!