Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how do i add a background image to the main GUIDE window

1 visualización (últimos 30 días)
mat
mat el 25 de Abr. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (1)

Sean de Wolski
Sean de Wolski el 25 de Abr. de 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:

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by