Conversion from .m to .exe
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Márcio Marques
il 6 Giu 2017
Hello, i have exactly the same problem!! did you solve?
Thank you.
0 Commenti
Image Analyst
il 6 Giu 2017
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 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!