Effacer les filtres
Effacer les filtres

Deploying MatLab App to Java

1 vue (au cours des 30 derniers jours)
Jun
Jun le 17 Juin 2011
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?

Réponses (1)

Chirag Gupta
Chirag Gupta le 17 Juin 2011
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

Catégories

En savoir plus sur Get Started with MATLAB Compiler SDK dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by