Lotka-Volterra Predator-Prey model

Solves the Lotka-Volterra Predator-Prey model using the ode45 solver.

Vous suivez désormais cette soumission

%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.

Citation pour cette source

Rohan Kokate (2026). Lotka-Volterra Predator-Prey model (https://fr.mathworks.com/matlabcentral/fileexchange/83583-lotka-volterra-predator-prey-model), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0