>> help feval; FEVAL Execute the specified function. Feval_r(F,x1,...,xn) evaluates the function specified by a function handle or function name, F, at the given arguments, x1,...,xn.
FEVAL is usually used inside functions which take function handles or function strings as arguments.