Changing Matlab icon of gui
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello Everybody, How i can change the Matlab icon the appears in the left corner of matalb gui and put my icon ? Thanks All
0 commentaires
Réponses (1)
Walter Roberson
le 27 Août 2012
Doing that is against the Terms and Conditions of the MATLAB license.
4 commentaires
Jorge Lopez
le 16 Déc 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
le 11 Juil 2019
After convert GUI to exe file, the Java icon that appears.
Did you solve it?
Voir également
Catégories
En savoir plus sur Install Products dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!