Lotka-Volterra Predator-Prey model

Solves the Lotka-Volterra Predator-Prey model using the ode45 solver.
339 descargas
Actualizado 30 nov 2020

Ver licencia

%Solves the Lotka-Voltera Predator-Prey model.
Prey = alpha*x(1) - beta*x(1)*x(2);
Predator = delta*x(1)*x(2) - gamma*x(2);
where; alpha & delta = growth rate, beta & gamma = inter-dependence of species.

Citar como

Rohan Kokate (2024). Lotka-Volterra Predator-Prey model (https://www.mathworks.com/matlabcentral/fileexchange/83583-lotka-volterra-predator-prey-model), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0