You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
%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.
Cite As
Rohan Kokate (2026). Lotka-Volterra Predator-Prey model (https://uk.mathworks.com/matlabcentral/fileexchange/83583-lotka-volterra-predator-prey-model), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (1.3 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
