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

조회 수: 40 (최근 30일)
Chayan Chakraborty
Chayan Chakraborty 2017년 1월 3일
댓글: swati khatkar 2019년 4월 23일
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.

채택된 답변

Preethi
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
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 CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by