Is it possible to model discrete populations using ode45?
Show older comments
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
on 16 Dec 2013
0 votes
It sounds like you will need to include an event that happens when Y <= 1.
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!