Conversion from .m to .exe
1 次查看(过去 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 ).
I need this button
Thanks!
0 个评论
回答(2 个)
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!