How to set background image in matlab GUI ??
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
nayomi
el 12 de Nov. de 2011
Respondida: Ka Mirul
el 17 de Oct. de 2017
Dear all,
I'm working with matlab GUI. I want to set an image as the background of Matlab GUI. I selected a panel to set an image . Is there any method for that??
Thank you..
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 12 de Nov. de 2011
You need to use the axes object and then use imshow() to show your image.
0 comentarios
Más respuestas (3)
Image Analyst
el 13 de Nov. de 2011
See the technical solution:
How do I add a background image to my GUI or figure window?
0 comentarios
Ka Mirul
el 17 de Oct. de 2017
Hallo, I have seen a tutorial about "Set an Image as GUI Background" at https://www.youtube.com/watch?v=-qjwVjrnrWU and it works. Hope it will help you.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!