Changing Matlab icon of gui

2 visualizaciones (últimos 30 días)
khaled DAWOUD
khaled DAWOUD el 27 de Ag. de 2012
Comentada: Cleber Gama el 11 de Jul. de 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

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Ag. de 2012
Doing that is against the Terms and Conditions of the MATLAB license.
  4 comentarios
Jorge Lopez
Jorge Lopez el 16 de Dic. de 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 el 11 de Jul. de 2019
After convert GUI to exe file, the Java icon that appears.
Did you solve it?

Iniciar sesión para comentar.

Categorías

Más información sobre Install Products en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by