How to set background image in matlab GUI ??
30 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Fangjun Jiang
2011-11-12
You need to use the axes object and then use imshow() to show your image.
0 个评论
更多回答(3 个)
Image Analyst
2011-11-13
See the technical solution:
How do I add a background image to my GUI or figure window?
0 个评论
Ka Mirul
2017-10-17
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 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!