User`s manual

5 Calling Java from MATLAB
5-2
This chapter describes how to use the MATLAB interface to Java classes and
objects. This MATLAB capability enables you to conveniently bring Java
classes into the MATLAB environment, to construct objects from those classes,
to call methods on the Java objects, and to save Java objects for later reloading
— all accomplished with MATLAB functions and commands.
The following list summarizes the contents of this chapter:
“Using Java from MATLAB: An Overview”
“Bringing Java Classes into MATLAB”
“Creating and Using Java Objects”
“Invoking Methods on Java Objects”
“Working with Java Arrays”
“Passing Data to a Java Method”
“Handling Data Returned from a Java Method”
“Introduction to Programming Examples”