MATLAB: I have an axes in the gui. I also have a logo in the computer. Each time when I execute the fig file I want that this logo automatically embed itself into the axes in the gui.

axes

%my file name is= logo.png %directory=C:
%I have an axes which tag is "axes1" in my gui.

Best Answer

You need to specify this in Gui opening function.
imshow('YourImage')