MatrixBerryCore
ismat.m
Go to the documentation of this file.
1 function isPositive=ismat(inpArray)
2 isPositive=ismatrix(inpArray);
function ismat(in inpArray)