Matlab app designer header icon/favicon problem

15 Ansichten (letzte 30 Tage)
Farid
Farid am 6 Nov. 2022
Kommentiert: Farid am 6 Nov. 2022
Good day all,
how can I change this undesired header icon?
Thanks in advance

Akzeptierte Antwort

Kevin Holly
Kevin Holly am 6 Nov. 2022
You can change it in App Designer by highlighting the uifigure (this case called app.UIFigure) under the component browser. Then under Identifiers edit the Icon field.
Or you can change it programmatically by setting
app.UIFigure.Icon = filename;

Weitere Antworten (0)

Kategorien

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

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by