Lotka-Volterra Competitive Population Model

Version 1.0.0 (1,59 KB) von Rohan Kokate
Solves the Lotka-Volterra Competitive(logistic) model for two species using the ode45 solver.
181 Downloads
Aktualisiert 30. Nov 2020

Lizenz anzeigen

Solves the Lotka-Volterra Competitive(logistic) model for two species.

Species 1: dx1/dt = alpha1*x1[(K1-x1-beta*x2)/K1]
Species 2: dx2/dt = alpha2*x2[(K2-x2-gamma*x1)/K2]

where; K1&2 = carrying capacity, alpha1&2 = growth rate, beta & gamma = inter-dependence of species.
Four cases are simulated based on the initial conditions (initial population of the species) and constant parameters (growth rates and species inter-dependence).

Zitieren als

Rohan Kokate (2024). Lotka-Volterra Competitive Population Model (https://www.mathworks.com/matlabcentral/fileexchange/83578-lotka-volterra-competitive-population-model), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2020b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0