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