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

 Akzeptierte Antwort

Image Analyst
Image Analyst am 13 Feb. 2013

0 Stimmen

If you compile your program, you can:
How do I associate a custom icon with an EXE compiled with the MATLAB Compiler

2 Kommentare

Petr
Petr am 13 Feb. 2013
Bearbeitet: Petr am 13 Feb. 2013
So you're saying that I can only change the icon of the compiled EXE file but not the icon in the figure...So when I see my program it will have my icon but when I run it it will still have Matlab icon...is that right? Maybe I didnt get it properly...
Thanks, Peter
Image Analyst
Image Analyst am 13 Feb. 2013
I don't recall. I'd have to check, but you can do that as well as I can.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Adam Danz
Adam Danz am 11 Jul. 2025

1 Stimme

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')

Kategorien

Mehr zu Debugging and Analysis finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Feb. 2013

Beantwortet:

am 11 Jul. 2025

Community Treasure Hunt

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

Start Hunting!

Translated by