MatrixBerryCore
isvec.m
Go to the documentation of this file.
1 function isPositive=isvec(inpArray)
2 isPositive=length(inpArray)==numel(inpArray)&&ndims(inpArray)<=2;
function isvec(in inpArray)