フィルターのクリア

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

20 ビュー (過去 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 Center および File ExchangeC Shared Library Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by