matlab::data::ObjectArray

C++ class to access MATLAB object arrays

Description

Use ObjectArray objects to access MATLAB® object arrays. You do not create an ObjectArray; only MATLAB functions create ObjectArrays. You can pass an ObjectArray to a MATLAB function.

ObjectArray is defined as:

using ObjectArray = TypedArray<Object>;

Class Details

Namespace:

matlab::data

Include:

ObjectArray.hpp

Objects in MEX and Engine Applications

C++ MEX and C++ Engine applications can get and set property values on MATLAB objects. For information on how to access MATLAB objects in these applications, see these topics:

See Also

Introduced in R2017b