% % % function V = pred_prey_eval(t,P,empty,alpha,beta,delta,gamma) R = P(1); F = P(2); V(1,1) = alpha*R - beta*R*F; V(2,1) = delta*R*F - gamma*F;