Filter löschen
Filter löschen

Display logo in app designer

4 Ansichten (letzte 30 Tage)
Beñat Estala
Beñat Estala am 19 Nov. 2018
Kommentiert: Beñat Estala am 20 Nov. 2018
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

Akzeptierte Antwort

GT
GT am 19 Nov. 2018
Try this:
imshow('aaaaa.png','Parent',app.UIAxes);
  1 Kommentar
Beñat Estala
Beñat Estala am 20 Nov. 2018
That was the mistake I had, thanks!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by