How can i create .exe file from .m file?
14 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Preethi
2017-1-3
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 个评论
swati khatkar
2019-4-23
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!