How to add small image to GUIDE panel
2 次查看(过去 30 天)
显示 更早的评论
I must be missing something simple.
I'd like to add an image (our University Seal) to the background part of a GUIDE main dialog.
What widget would you use? Does anything allow me to paste a small 64x64 image, it would not do anything when clicked on, just give a bit of PR to the people who pay my salary.
thanks Joe
0 个评论
采纳的回答
Titus Edelhofer
2012-3-17
Hi Joe,
you can add an axis to your GUI, make it size 64x64 and in the opening function of your GUI use imread to read the image and image (with the handle to the axis as parameter) to display the image.
Titus
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!