Abstract 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 cannot construct a HandleObject in Java. You only can pass a handle object to the MATLAB session in which it was originally created.
com.mathworks.matlab.types.CellStr | com.mathworks.matlab.types.Complex | com.mathworks.matlab.types.Struct