running matlab program on other non matlab installed systems

i want to make an application (GUI) developed using matlab standalone so that it can be also used on systems that do not have matlab installed. Is there a way to do it??

回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 6 月 13 日

0 投票

You need the MATLAB Compiler, which is optional and extra cost.

5 件のコメント

ruchika
ruchika 2011 年 6 月 13 日
so is there no way to make the application cross platform like other java applications??
Walter Roberson
Walter Roberson 2011 年 6 月 13 日
There is the optional Java Builder. I do not know what the code restrictions are for it: possibly the code would have to be compatible with the Embedded MATLAB subset.
Kaustubha Govind
Kaustubha Govind 2011 年 6 月 13 日
Actually, MATLAB Builder JA (http://www.mathworks.com/products/javabuilder/) is an extension of MATLAB Compiler itself, and is not restrictive to the Embedded MATLAB subset.
Walter Roberson
Walter Roberson 2011 年 6 月 13 日
Thanks, Kaustubha.
That would seem to imply that JA would have the same restrictions on compilation that the Compiler has, such as are described
http://www.mathworks.com/help/toolbox/compiler/br2cqa0-2.html
Arnaud Miege
Arnaud Miege 2011 年 6 月 13 日
Yes

この質問は閉じられています。

タグ

質問済み:

2011 年 6 月 13 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by