Lotka-Volterra Predator-Prey model

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

이 제출물을 팔로우합니다

%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 (2026). Lotka-Volterra Predator-Prey model (https://kr.mathworks.com/matlabcentral/fileexchange/83583-lotka-volterra-predator-prey-model), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0