Matlab app designer header icon/favicon problem

7 次查看(过去 30 天)
Good day all,
how can I change this undesired header icon?
Thanks in advance

采纳的回答

Kevin Holly
Kevin Holly 2022-11-6
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;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by