MatrixBerryCore
iscol.m
Go to the documentation of this file.
1 function isPositive=iscol(inpArray)
2 isPositive=size(inpArray,1)==numel(inpArray)&&size(inpArray,2)==1;
function iscol(in inpArray)