MatrixBerryCore
+mxberry
+core
+check
+lib
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));
mxberry::core
mxberry::core::check::lib::iscellofmstring
function iscellofmstring(in inpArray)
mxberry
Generated for MatrixBerryCore by
1.8.13