Is it possible to model discrete populations using ode45?
Afficher commentaires plus anciens
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
Réponses (1)
Sean de Wolski
le 16 Déc 2013
0 votes
It sounds like you will need to include an event that happens when Y <= 1.
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!