Azzera filtri
Azzera filtri

background for design gui

1 visualizzazione (ultimi 30 giorni)
mostafa
mostafa il 7 Giu 2012
How do I use background for gui design?
  2 Commenti
TAB
TAB il 7 Giu 2012
Do you mean, you want to add image in GUI background ?
mostafa
mostafa il 7 Giu 2012
yes
Exactly
i want to add image in GUI background

Accedi per commentare.

Risposta accettata

TAB
TAB il 7 Giu 2012
In the OpeningFcn callback of your GUI add below code
BkImage = importdata('backgnd.jpg'); %Read the image file
axes(handles.BkAxes);
image(BkImage);

Più risposte (1)

Sean de Wolski
Sean de Wolski il 7 Giu 2012

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by