Is it possible to model discrete populations using ode45?

1 view (last 30 days)
Hi,
I am undertaking some population modelling, and the population size falling below 1 (between 0 and 1) is introducing some inaccuracies. Does anyone know of a way to either: - Limit the minimum population size? - Instruct the solver to only deal with integers?
Many thanks,
A

Answers (1)

Sean de Wolski
Sean de Wolski on 16 Dec 2013
It sounds like you will need to include an event that happens when Y <= 1.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!