Matlab app designer header icon/favicon problem
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Good day all,
how can I change this undesired header icon?
Thanks in advance
0 Commenti
Risposta accettata
Kevin Holly
il 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;
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!