How to set background image in matlab GUI ??
조회 수: 29 (최근 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!