
how to change compiled app icon (using app designer) on the app and windows taskbar
167 views (last 30 days)
Show older comments
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!

Answers (2)
Roger Dettloff
on 29 Apr 2021
Starting in R2020b we can use the UIFigue.Icon property, for example:
UIFigure.Icon = 'myicon.png'
See this answer here
0 Comments
Feng
on 1 Apr 2022
I have MatLab ver 2021b. You can change the default ICON like shown in this picture.

6 Comments
Asier Rodriguez
on 14 Oct 2022
Thank you very much anyway. I will try myself to search further and let you know!
See Also
Categories
Find more on Application Deployment in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!