MatrixBerryCore
iscellofstring.m
Go to the documentation of this file.
1 function isPositive=iscellofstring(inpArray)
2 isPositive=iscellstr(inpArray)&&...
3  all(reshape(cellfun(@mxberry.core.isrow,inpArray),[],1));
function iscellofstring(in inpArray)