Matlab app designer header icon/favicon problem

Good day all,
how can I change this undesired header icon?
Thanks in advance

 Accepted Answer

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;

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Release

R2021b

Asked:

on 6 Nov 2022

Commented:

on 6 Nov 2022

Community Treasure Hunt

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

Start Hunting!