Changing Matlab icon of gui

6 次查看(过去 30 天)
khaled DAWOUD
khaled DAWOUD 2012-8-27
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 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by