![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/268766/image.png)
how to change compiled app icon (using app designer) on the app and windows taskbar
68 次查看(过去 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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/268742/Picture1.png)
8 个评论
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...
采纳的回答
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
0 个评论
更多回答(1 个)
Feng
2022-4-1
I have MatLab ver 2021b. You can change the default ICON like shown in this picture.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/949039/image.jpeg)
6 个评论
Eric Delgado
2022-10-14
See code attached - put the image in the same folder of the app1.mlapp.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1156363/image.png)
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
2022-10-14
Thank you very much anyway. I will try myself to search further and let you know!
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!