Package: com.mathworks.matlab.types
Java class to represent MATLAB handle objects
Java® represents handle objects that are passed from MATLAB® as
instances of the HandleObject
class. When passing
a handle object back to MATLAB, Java passes a reference
to the HandleObject
instance. This reference can
be either an array or a scalar, depending on the original handle object
passed to Java from MATLAB.
You can pass a handle object only to the MATLAB session
in which it was originally created. You cannot construct a HandleObject
in Java.
com.mathworks.matlab.types.CellStr
| com.mathworks.matlab.types.Complex
| com.mathworks.matlab.types.Struct