Documentation of ismatrix


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

ism = ismatrix ( u ) ;

Help text

 function ism = ismatrix ( u ) ;

 scalar, vector, and matrix are assumed to be distinct for
 the tests : isscalar, isvector, ismatrix

Cross-Reference Information

This function is called by

Listing of function ismatrix

function ism = ismatrix ( u ) ;

ism = (ndims(u) == 2) & (min(size(u)) ~= 1);