Deploying MatLab App to Java
2 ビュー (過去 30 日間)
古いコメントを表示
When deploying my MatLab app to Java, does the Java code in the jar file generated by the MatLab Builder JA always depend on the MatLab MCR? How does it interact with the compiled MatLab functions in runtime?
0 件のコメント
回答 (1 件)
Chirag Gupta
2011 年 6 月 17 日
Yes! The MCR is the MATLAB Compiler Runtime which is required for the compiled MATLAB functions to be executed.
A simple example would be that the relation between compiled MATLAB code and the MCR is the same as that of compiled java code (.class files) and the JRE
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB Compiler SDK についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!