MatrixBerryCore
isfunction.m
Go to the documentation of this file.
1 function isPositive=isfunction(inpArray)
2 isPositive=isa(inpArray,'function_handle');
function isfunction(in inpArray)