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.

 採用された回答

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

2 件のコメント

sermet
sermet 2013 年 7 月 13 日
which place I need to write this code? Could you clarify?
Dishant Arora
Dishant Arora 2013 年 7 月 13 日
編集済み: Dishant Arora 2013 年 7 月 13 日
In the function named:
YourGuideName_OpeningFcn
Which reads "% --- Executes just before YourGuideName is made visible."

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by