C++ class to access MATLAB object arrays
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>;
Namespace: | matlab::data |
Include: | ObjectArray.hpp |
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:
MATLAB Objects in MEX Functions - for C++ MEX applications
Get MATLAB Objects and Access Properties - for C++ Engine applications