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!