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

 Accepted Answer

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

2 Comments

which place I need to write this code? Could you clarify?
In the function named:
YourGuideName_OpeningFcn
Which reads "% --- Executes just before YourGuideName is made visible."

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!