Conversion to function_handle from double is not possible
Posted: Fri Dec 16, 2016 9:35 pm
function_handle is a handle to a function, it is not a number
So, you can not convert a double variable to function_handle.
So, you can not convert a double variable to function_handle.