主要内容

JavaPackage Integration

集成了编译的MATLAB®functions into Java®applications

WithMATLAB编译器SDK™,将编译的MATLAB函数集成到Java应用程序中,涉及使用初始化的API组合MATLAB运行时, load the compiled MATLAB functions intoMATLAB运行时,并管理Java和Matlab之间传递的数据。

Java packages and applications provide portable and scalable solutions for applications in large-scale enterprise or web environments. You can deploy generated packages to enterprise or web environments whereMATLAB运行时is installed.

Java Remote Method Invocation (RMI) is a set of APIs that enable Java objects to invoke objects in a different Java virtual machine (JVM). Use RMI to develop client-server applications, distributed applications, and web applications. For such applications, only the portions of the application that directly invoke MATLAB functions requireMATLAB运行时. The other portions of the application can work with native Java data types.

Functions

compiler.build.javaPackage 创造Javapackage for deployment outsideMATLAB
compiler.build.JavaPackageOptions Options for buildingJavapackages
mcrinstaller Display version and location information forMATLABRuntimeinstaller corresponding to current platform
mcrversion ReturnMATLABRuntimeversion number that matchesMATLABversion

Java API文档

Topics

要求和亮点

创造and Integrate withJava

Sample Applications

数据管理

Deployment Considerations

Remote Method Invocation

TroubleshootingJava软件包