フィルターのクリア

Matlab standalone executable run on computers which don't have matlab installed

11 ビュー (過去 30 日間)
shafia kauser
shafia kauser 2013 年 5 月 9 日
hi i have created a standalone executable file but it doesnt run on computers which do not have matlab installed ! what action should i take? can i use any software to make this executable run on android device??? {i hav 2008 matlab version}

回答 (2 件)

Kaustubha Govind
Kaustubha Govind 2013 年 5 月 9 日
編集済み: Kaustubha Govind 2013 年 5 月 9 日
As Sean mentioned, if the target machines have the MCR installed, you can use the MATLAB Compiler product to create standalone applications from your MATLAB code.
However, if you'd like to deploy your code to a target like Android where the MCR cannot be installed (the MCR's System Requirements are the same as MATLAB's), you will need to use the MATLAB Coder product which generates completely standalone C-code that doesn't need the MCR. However, there are certain restrictions on the MATLAB code. Once you have generated standalone C code from MATLAB, you can use something like JNI to integrate the C code into the Android platform.

Sean de Wolski
Sean de Wolski 2013 年 5 月 9 日
For the first part of your question:
Do the other computers have the MCR installed?

カテゴリ

Help Center および File ExchangeSetup and Configuration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by