MATLAB: How to set background image in matlab GUI ?

guiimageMATLAB

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..

Best Answer

You need to use the axes object and then use imshow() to show your image.
Related Question