how to plot graph for SIR epidemic model

5 visualizaciones (últimos 30 días)
Ruksana Shaikh
Ruksana Shaikh el 18 de En. de 2022
Movida: Sam Chak el 14 de Oct. de 2024
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 comentarios
Sunday Aloke
Sunday Aloke el 2 de Nov. de 2022
Movida: Sam Chak el 14 de Oct. de 2024
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
andy
andy el 14 de Oct. de 2024
Movida: Sam Chak el 14 de Oct. de 2024

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.

Iniciar sesión para comentar.

Respuestas (1)

andy
andy el 14 de Oct. de 2024

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.

Categorías

Más información sobre Biological and Health Sciences en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by