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??
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 6월 13일
0 개 추천
You need the MATLAB Compiler, which is optional and extra cost.
댓글 수: 5
ruchika
2011년 6월 13일
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
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
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
2011년 6월 13일
Yes
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!