how to plot graph for SIR epidemic model
조회 수: 20 (최근 30일)
이전 댓글 표시
my SIR epidemic model is
dS/dt= beta-lembda*I*S-u*S;
dI/dt=lembda*I*S-u*I-gamma*R;
dR/dt=gamma*R-u*R;
t=0:1:100;
gamma=.10;
lembda=.5;
u=.2;
S=50;I=20;R=30;
댓글 수: 6
Sunday Aloke
2022년 11월 2일
이동: Sam Chak
2024년 10월 14일
Please I need help on the matrix in the document attached. My MATLAB has no symbolic toolbox as in to run, can someone help me and get the determinants of the matrices l?
Thanks
답변 (1개)
andy
2024년 10월 14일
Bonjour à tous je suis entrain de travailler sur un modèle SVEIR structuré sur 7 variables S, V1 V2 Vm E I et R. je souhaite être guider s'il vous plaît.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Biological and Health Sciences에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!