Hi,
I just want to display a logo once I run my app, and to be there all the time is running. I'm using this code to display it but didn't work.
logoImage = imread('aaaaa.png');
imshow(app.Plot3,logoImage);
axis(app.Plot3, 'off');
I read the logo with name "aaaaa" with .png extension, but the command "imshow" doesn´t work. Any idea?
Thanks!
Beñat

 採用された回答

Gareth
Gareth 2018 年 11 月 19 日

0 投票

Try this:
imshow('aaaaa.png','Parent',app.UIAxes);

1 件のコメント

Beñat Estala
Beñat Estala 2018 年 11 月 20 日
That was the mistake I had, thanks!

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

質問済み:

2018 年 11 月 19 日

コメント済み:

2018 年 11 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by