running matlab program on other non matlab installed systems
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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??
Answers (1)
Walter Roberson
on 13 Jun 2011
0 votes
You need the MATLAB Compiler, which is optional and extra cost.
5 Comments
ruchika
on 13 Jun 2011
Walter Roberson
on 13 Jun 2011
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
on 13 Jun 2011
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
on 13 Jun 2011
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
on 13 Jun 2011
Yes
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!