Using the C++ Math Library    

MATLAB Array C++ Object

The MATLAB C++ Math Library uses one object (or class), mwArray, to represent all types of MATLAB arrays. Each instance of this object contains information including the type of MATLAB array and its size and shape. The object also contains the data stored in the array. This class, like any other C++ classes, defines a set of constructors. Whenever you create a variable of this type, one of these constructors is called.


 Supported MATLAB Array Types Numeric Arrays