| MATLAB C++ Math Library | Search  Help Desk |
| ndims | See Also |
C++ Prototype
mwArray ndims(const mwArray &A);
C++ Syntax
#include "matlab.hpp" mwArray A; // Input argument(s) mwArray n; // Return value n=ndims(A);
MATLAB Syntax
n=ndims(A)
Description
This function always returns 2 for version 1.2 of the Math Library.See Also
ndims Calling Conventions