MatrixBerryCore
+mxberry
+core
+check
+lib
iscelloffunc.m
Go to the documentation of this file.
1
function
isPositive=
iscelloffunc
(inpArray)
2
isPositive=iscell(inpArray)&&...
3
all(cellfun(
'isclass'
,inpArray,
'function_handle'
));
mxberry::core::check::lib::iscelloffunc
function iscelloffunc(in inpArray)
Generated for MatrixBerryCore by
1.8.13