Changing Matlab icon of gui

4 Ansichten (letzte 30 Tage)
khaled DAWOUD
khaled DAWOUD am 27 Aug. 2012
Kommentiert: Cleber Gama am 11 Jul. 2019
Hello Everybody, How i can change the Matlab icon the appears in the left corner of matalb gui and put my icon ? Thanks All

Antworten (1)

Walter Roberson
Walter Roberson am 27 Aug. 2012
Doing that is against the Terms and Conditions of the MATLAB license.
  4 Kommentare
Jorge Lopez
Jorge Lopez am 16 Dez. 2015
function DetectSound_OpeningFcn(hObject, eventdata, handles, varargin)
warning('off','MATLAB:HandleGraphics:ObsoletedProperty:JavaFrame');
jFrame=get(handle(handles.figure1), 'javaframe');
jicon=javax.swing.ImageIcon('icon.gif');
jFrame.setFigureIcon(jicon);
Cleber Gama
Cleber Gama am 11 Jul. 2019
After convert GUI to exe file, the Java icon that appears.
Did you solve it?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by