MATLAB Builder JA
for Java language
Product Description
- Introduction and Key Features
- Working with MATLAB Builder JA
- Building and Packaging Components with the Deployment Tool
- Accessing Components
- Deploying MATLAB Based Java Components on a Desktop Computer
- Deploying MATLAB Based Java Components on a Local Network or the Web
Accessing Components
After instantiating a Java class from a MATLAB based component, you can access MATLAB functions as native Java methods. Native Java data types passed to MATLAB functions are automatically converted to MATLAB data types. Alternatively, you can explicitly select the data type to use.

A Java Swing GUI that calls MATLAB code for a loan amortization calculation using Java Native Interface (JNI).