Replace Mathworks icon with my own in the figure

조회 수: 5 (최근 30일)
Mehdi
Mehdi 2015년 5월 28일
댓글: Henrik Enquist 2016년 2월 4일
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.

답변 (1개)

Sean de Wolski
Sean de Wolski 2015년 5월 28일
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
Mehdi
Mehdi 2015년 5월 29일
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 2016년 2월 4일
My trouble with this (otherwise nice) feature is that the compiler produces a very blurry icon. Do I miss something here or...?

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

카테고리

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