Main Content
com.mathworks.matlab.types.HandleObject
Abstract Java class to represent MATLAB handle objects
Description
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.
Creation
You cannot construct a HandleObject
in Java. You only can pass a handle object to the MATLAB session in which it was originally created.
Examples
Version History
Introduced in R2016b