Lotka-Volterra Predator-Prey model

버전 1.0.0 (1.3 KB) 작성자: Rohan Kokate
Solves the Lotka-Volterra Predator-Prey model using the ode45 solver.
다운로드 수: 339
업데이트 날짜: 2020/11/30

라이선스 보기

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

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0