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!