Matlab app designer header icon/favicon problem
5 次查看(过去 30 天)
显示 更早的评论
Good day all,
how can I change this undesired header icon?
Thanks in advance
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!