Changing GUI figure icon
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Petr
le 12 Fév 2013
Réponse apportée : Adam Danz
le 11 Juil 2025
Hi,
I have a question about changing a GUI figure icon. I know that if I do that I would violate Matlab terms...but would it be posible to add my custom icon next to the Matlab icon so that both sides (me as a user and Matlab) were OK?
Thanks, Peter
0 commentaires
Réponse acceptée
Image Analyst
le 13 Fév 2013
If you compile your program, you can:
How do I associate a custom icon with an EXE compiled with the MATLAB Compiler
2 commentaires
Image Analyst
le 13 Fév 2013
I don't recall. I'd have to check, but you can do that as well as I can.
Plus de réponses (1)
Adam Danz
le 11 Juil 2025
The Icon property has been available in a uifigure since since R2020b and it became available in regular figures in R2025a.
fig = figure('Icon','peppers.png')
0 commentaires
Voir également
Catégories
En savoir plus sur Debugging and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!