Changing Matlab icon of gui

조회 수: 4 (최근 30일)
khaled DAWOUD
khaled DAWOUD 2012년 8월 27일
댓글: Cleber Gama 2019년 7월 11일
Hello Everybody, How i can change the Matlab icon the appears in the left corner of matalb gui and put my icon ? Thanks All

답변 (1개)

Walter Roberson
Walter Roberson 2012년 8월 27일
Doing that is against the Terms and Conditions of the MATLAB license.
  댓글 수: 4
Jorge Lopez
Jorge Lopez 2015년 12월 16일
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 2019년 7월 11일
After convert GUI to exe file, the Java icon that appears.
Did you solve it?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by