フィルターのクリア

moving application between computers

3 ビュー (過去 30 日間)
michael
michael 2014 年 5 月 30 日
回答済み: Dhanyatha 2014 年 6 月 30 日
Hello,
I'd like to generate some application in matlab (for data analysis), and then to move it to other computer which don't contain any matlab. Is there such option and if so, I'd like to have some guidance on how to do that

回答 (2 件)

Andreas Goser
Andreas Goser 2014 年 5 月 30 日
There is the MATLAB Compiler product for that. You can create stand-alone applications and then provide them to others who do not have MATLAB.
  2 件のコメント
michael
michael 2014 年 5 月 30 日
Can you please share procedure how to do it correctly (including all dependencies).
Andreas Goser
Andreas Goser 2014 年 5 月 30 日
I am not sure how generic or specific I should be here. There is documentation about that. I could help you to find it.

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


Dhanyatha
Dhanyatha 2014 年 6 月 30 日
Applications compiled using MATLAB Compiler can be deployed on end user machines with no MATLAB installed. However, the end user using the deployed application would require MATLAB Compiler Runtime (MCR) to run the executable. You can download the MCR here . Also, to successfully deploy the executable, both the version and bitness (32 bit/64 bit) of MATLAB should match with that of MATLAB Compiler Runtime (MCR).

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by