How can i create .exe file from .m file?

13 vues (au cours des 30 derniers jours)
Chayan Chakraborty
Chayan Chakraborty le 3 Jan 2017
Commenté : swati khatkar le 23 Avr 2019
I have an .m file having a set of functions and classes. I want to create an executable software from this script. How can I create an user interface and a standalone installation package of this software is the problem.

Réponse acceptée

Preethi
Preethi le 3 Jan 2017
hello,
mcc -m mfilename
helps in creating .exe file. you will need Matlab coder, check using 'ver' command if it is installed or not.
For user interface, I think you can use Matlab GUIDE/uicontrol.
  1 commentaire
swati khatkar
swati khatkar le 23 Avr 2019
I have created the application using mcc -m filename
But i am using multiple functions in the file, I do not want to provide those function files to the end user. Is there any way i can skip giving extra code files

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by