Can we use a function as a parameter of another function
Answers
Answered by
0
Yes You can use function handles as input arguments to other functions,which are called Functions.....
For example- If you call Integral or fzero, Than the function associated with the function handle must have exactly one input variable.
For example- If you call Integral or fzero, Than the function associated with the function handle must have exactly one input variable.
Similar questions