フィルターのクリア

Changing Matlab icon of gui

6 ビュー (過去 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 Center および File ExchangeIntroduction 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