필터 지우기
필터 지우기

Matlab app designer header icon/favicon problem

조회 수: 4 (최근 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;

추가 답변 (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