| MATLAB Compiler | ![]() |
mwArray(mxClassID mxID)
Construct empty array of specified type.
C++ syntax
Return value
Description
Use this constructor to create an empty array of the specified type. Any valid mxClassID can be used. See the External Interfaces documentation for more information on mxClassID.
| mwArray() | mwArray(int num_rows, int num_cols, mxClassID mxID, mxComplexity cmplx = mxREAL) | ![]() |
© 1994-2005 The MathWorks, Inc.