Matlab app designer header icon/favicon problem

15 ビュー (過去 30 日間)
Farid
Farid 2022 年 11 月 6 日
コメント済み: Farid 2022 年 11 月 6 日
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;
  1 件のコメント
Farid
Farid 2022 年 11 月 6 日
Thank you big time Kevin.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop 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