Differential Equations
To simulate differential equation models, you need two m-files:
one describes the model
and the other plot the solutions and
other functions.
2: predpreyf.m
This matlab file plots solutions and isoclines of the Holling type II predator-prey model.
This simulates the problem #18, page 206 (Chapter 5).
4: ppbif.m
This file draws a bifurcation diagram for the Holling type II
predator-prey model. In this case, you do not need to specify
the parameter values. Instead, you need to add
global time IC r K s c a d