Matlab app designer header icon/favicon problem

9 vues (au cours des 30 derniers jours)
Farid
Farid le 6 Nov 2022
Commenté : Farid le 6 Nov 2022
Good day all,
how can I change this undesired header icon?
Thanks in advance

Réponse acceptée

Kevin Holly
Kevin Holly le 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;

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by