subplot(2,1,1);plot(t,y(:,1),'*',t,y(:,2),'.');title('Populations with using r_{o}=300  f_{o}=150  and  \alpha=0.01');xlabel('Time');ylabel('Population');legend('Rabbits','Foxes');subplot(2,1,2);plot(y(:,1),y(:,2),'hr');xlabel('Number of Rabbits');ylabel('Number of Foxes');grid;Title('Phase Plot');axis equal