- See Mathworks Solution: http://www.mathworks.com/matlabcentral/answers/101376-how-do-i-associate-a-custom-icon-with-an-exe-compiled-with-the-matlab-compiler-4-0-r14
- Use the -e option on mcc instead of -m.
- You can't. If your app needs the picture on the F drive (or somewhere) then it must be shipped with your app. You can use the -a option which will bundle the picture in with the executable but then you won't put a path like F:\ in front of the filename when you try to use it.
how to make these changes about exe file which is complied from matlab gui?
1 回表示 (過去 30 日間)
古いコメントを表示
I have made a GUI procedure---a.m/a.fig by matlab and then compile it into exe file by 'mcc -m a'.
1.the logo of a.exe file is the picture as below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166065/image.gif)
my question is that: shall I change it as anther picture as I want?
2.when I run a.exe, a black window will come out as below picture:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166066/image.gif)
my question is that: how shall I avoid this window when I run the a.exe file?
3.because a.m insert a picture(exist on F:\) into the procedure when I move the a.exe file to another computer, I should copy this picture to that computer 's F:\. my question is that: how can avoid this (copy this picture to that computer)?
thank you !
0 件のコメント
採用された回答
Image Analyst
2014 年 7 月 23 日
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!