The MATLAB-Java API provides access to MATLAB's internal Java classes, allowing additional ways to customize and interact with the MATLAB environment and application GUI.
The Java interpreter can be used via MATLAB commands to create, access and use Java objects.
Books
- Undocumented Secrets of MATLAB-Java Programming (CRC Press)
More information:
- Overview of Java Interface (official documentation)
- Undocumented MATLAB