필터 지우기
필터 지우기

how to change compiled app icon (using app designer) on the app and windows taskbar

조회 수: 96 (최근 30일)
Could someone please help me to modify the default icon of MATLAB to custom icons on the compiled app using App Designer on both the app and the windows taskbar?
Please see the red square on the following figure which highlights the icons that I want to replace with custom icons.
thanks a lot!
Picture1.png
  댓글 수: 8
PierreC
PierreC 2020년 5월 7일
Could not find a way to do it either, still stuck with MatLab icon in the title bar and the win taskbar (Win10 as well).
Flying MatLab's colours is all very well but this still sucks : I'd love to be able to use different icons for different pop-ups or windows in my app...
Yang Yang
Yang Yang 2020년 5월 7일
I'm negative on this and would not waste time digging into this.
My only hope is they would add this feature in one of their next releases.

댓글을 달려면 로그인하십시오.

채택된 답변

Roger Dettloff
Roger Dettloff 2021년 4월 29일
Starting in R2020b we can use the UIFigue.Icon property, for example:
UIFigure.Icon = 'myicon.png'
See this answer here

추가 답변 (1개)

Feng
Feng 2022년 4월 1일
I have MatLab ver 2021b. You can change the default ICON like shown in this picture.
  댓글 수: 6
Eric Delgado
Eric Delgado 2022년 10월 14일
See code attached - put the image in the same folder of the app1.mlapp.
I still don't know how to treat the taskbar icon (Matlab icon). The taskmanager icon is from MatlabWindow.exe (the Matlab Runtime executable file that is called by your standalone app).
Asier Rodriguez
Asier Rodriguez 2022년 10월 14일
Thank you very much anyway. I will try myself to search further and let you know!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by