Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)
ism = ismatrix ( u ) ;
function ism = ismatrix ( u ) ; scalar, vector, and matrix are assumed to be distinct for the tests : isscalar, isvector, ismatrix
| This function is called by | |
|---|---|
function ism = ismatrix ( u ) ; ism = (ndims(u) == 2) & (min(size(u)) ~= 1);