Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how do i add a background image to the main GUIDE window
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hi,
would appreciate very much a reference (or explanation) to the option of adding an image as a background to the guide GUI.
thanks a lot!
mat
0 Commenti
Risposte (1)
Sean de Wolski
il 25 Apr 2013
Create an axes that is the size of the entire figure window. Set it's stacking order to be on the bottom.
Then, in the GUI's outputfcn, set the image to that axes:
image(imread(your_image),'Parent',handles.axes1)
Or see this example:
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!