Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How can I include an image into a GUI?

2 vues (au cours des 30 derniers jours)
Tomy Duby
Tomy Duby le 13 Mai 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
I need to include images (in .jpg or .bmp format) in certain locations in a GUI that I am preparing.
How can I do this? A simple example would be most useful.
Thanks Tomy

Réponses (1)

Geoff Hayes
Geoff Hayes le 14 Mai 2016
Tomy - if you are using GUIDE to create your GUI, then just add one or more axes in the locations where you want to display the images. Then, in the _OpeningFcn of your GUI, load the images and place them in these axes using either imshow or image. In either of these calls, make sure that you specify the axes to which you want to display the image.
  1 commentaire
Tomy Duby
Tomy Duby le 15 Mai 2016
Thanks, Geoff, this is exactly what I was looking for!
Tomy

Cette question est clôturée.

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by