Conversion from .m to .exe
조회 수: 2 (최근 30일)
이전 댓글 표시
Dear manager Recently ,I encounter a question when conversion the .mfile to .exe file.I add the uicontrol on a figure, but when change this .m file to .exe file,the brush button disappear.(I must use this function ).
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162435/image.jpeg)
I need this button
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162437/image.jpeg)
Thanks!
댓글 수: 0
답변 (2개)
Márcio Marques
2017년 6월 6일
Hello, i have exactly the same problem!! did you solve?
Thank you.
댓글 수: 0
Image Analyst
2017년 6월 6일
Some functionality is not able to be included in compiled programs, particularly thise functions that have a user interface to them, like a little applet type of thing, like imtool() for instance. Perhaps the brush is one of those. Call the Mathworks and ask them, or look in the ExcludedFiles text file that the compiler creates.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!