Replace Mathworks icon with my own in the figure

7 visualizaciones (últimos 30 días)
Mehdi
Mehdi el 28 de Mayo de 2015
Comentada: Henrik Enquist el 4 de Feb. de 2016
Hi, I have designed an app which I want to sell as an exe file (which is run outside MATLAB environment). I was wondering if it's technically possible to replace the small icon on the upper left corner of the figure with my own. I have credited Mathworks in the app to address the copyright issue. Thank you.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 28 de Mayo de 2015
When you build an exe with MATLAB Compiler, you can specify your own icon for the upper left corner:
Modifying it in the figure in MATLAB conflicts with the software license agreement.
  5 comentarios
Mehdi
Mehdi el 29 de Mayo de 2015
Thank you Walter. I did find this in the Newsgroup: http://www.mathworks.com/matlabcentral/newsreader/view_thread/171598
The code that they recommend works fine for GUI figures
javaFrame = get(hObject,'JavaFrame');
javaFrame.setFigureIcon(javax.swing.ImageIcon('myicon.PNG'));
But I need to change the icon in the regular figures. Any idea how to do this? Thanks again.
Henrik Enquist
Henrik Enquist el 4 de Feb. de 2016
My trouble with this (otherwise nice) feature is that the compiler produces a very blurry icon. Do I miss something here or...?

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing 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