MatrixBerryCore
iscellofstrorfunc.m
Go to the documentation of this file.
1 function isPositive=iscellofstrorfunc(inpArray)
2 isPositive=all(cellfun('isclass',inpArray,'function_handle')|...
3  (cellfun('ndims',inpArray)==2&cellfun('size',inpArray,1)==1&...
4  cellfun('isclass',inpArray,'char')));
function iscellofstrorfunc(in inpArray)