How to compile matlab .m to java using Application Complier
2 ビュー (過去 30 日間)
古いコメントを表示
From what I have seen online, the application compiler should be able to compile matlab code to java. However when I open the Application Compiler the Java Package option is not available in the Type selection list.
I have Java JDK 1.8, MATLAB support for MinGW-w64 C/C++ Complier and MATLAB Complier SDK installed.
https://uk.mathworks.com/help/compiler_sdk/gs/create-a-java-application-with-matlab-code.html
2 件のコメント
Kevin Chng
2018 年 10 月 17 日
編集済み: Kevin Chng
2018 年 10 月 17 日
You need library compiler (MATLAB Compiler SDK), MATLAB compiler merely allow you compile to exe. file.
If you have installed MATLAB Compiler SDK, open library compiler in your app tab.
採用された回答
Kevin Chng
2018 年 10 月 17 日
You need library compiler (MATLAB Compiler SDK), MATLAB compiler merely allow you compile to exe. file.
If you have installed MATLAB Compiler SDK, open library compiler in your app tab.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Java Package Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!