Evaluate function
[y1,...,yN] = feval(fun,x1,...,xM)
[
evaluates
a function using its name or its handle, and using the input arguments y1,...,yN
] = feval(fun
,x1,...,xM
)x1,...,xM
.
The feval
function follows same scoping
and precedence rules as calling a function handle directly. For more
information, see Create Function Handle.