필터 지우기
필터 지우기

Deploying MatLab App to Java

조회 수: 1 (최근 30일)
Jun
Jun 2011년 6월 17일
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?

답변 (1개)

Chirag Gupta
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

카테고리

Help CenterFile 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!

Translated by