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