MatrixBerryCore
islogscalar.m
Go to the documentation of this file.
1 function isPositive=islogscalar(inpArray)
2 isPositive=isscalar(inpArray)&&islogical(inpArray);
function islogscalar(in inpArray)