MatrixBerryCore
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'));
function iscelloffunc(in inpArray)