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.

1 view (last 30 days)
%my file name is= logo.png %directory=C:
%I have an axes which tag is "axes1" in my gui.

Accepted Answer

Dishant Arora
Dishant Arora on 13 Jul 2013
You need to specify this in Gui opening function.
imshow('YourImage')

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!