Conversion from .m to .exe

2 vues (au cours des 30 derniers jours)
ren ren
ren ren le 25 Avr 2016
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!

Réponses (2)

Márcio Marques
Márcio Marques le 6 Juin 2017
Hello, i have exactly the same problem!! did you solve?
Thank you.

Image Analyst
Image Analyst le 6 Juin 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.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by