フィルターのクリア

Creating installer for Mfile

1 回表示 (過去 30 日間)
Vivek
Vivek 2013 年 3 月 7 日
How to create a installer(.exe) for my Mfile? Please provide suggestions
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 7 日
Is the .exe intended to copy the .m file to a user directory, where the user will then start their own copy of MATLAB to run it?
Or is the .exe intended to be an executable that runs your code without the user needing their own copy of MATLAB ?

サインインしてコメントする。

採用された回答

Sai Harsha
Sai Harsha 2013 年 3 月 7 日
It's easy type "deploytool" in command window; U get a dialog box , press enter; U get an option add main file; then add ur .m file ; press build button ; it's Done;
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 7 日
This does require that the MATLAB Compiler toolbox be licensed and installed.

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 3 月 7 日
If you are trying to create a stand-alone executable, you need MATLAB Compiler or MATLAB Coder. Those are expensive products.
Note: MATLAB Compiler and MATLAB Coder cannot be used with Student Version licenses -- only with Academic or Professional licenses.
  1 件のコメント
Vivek
Vivek 2013 年 3 月 7 日
Ok Walter

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by