any images in a listbox

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 ...

Réponses (1)

Walter Roberson
Walter Roberson le 14 Mai 2013

0 votes

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.

Catégories

En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange

Tags

Question posée :

le 14 Mai 2013

Community Treasure Hunt

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

Start Hunting!

Translated by