Statistiques
2 Questions
0 Réponses
RANG
258 839
of 301 432
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 280
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 555
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I'm very new to matlab and I'm doing this simulation for infectious diseases. I keep receiving an error message: Not enough input arguments." Error in sird (line 47) dx(1)= -beta*(x(2)*x(1))/x(5)+x(1)*(dr+br);" How do I solve this?
The code is shown below. function dx = sird(t,x); dx= [0; 0; 0; 0; 0]; % Parameters for Beta dt=1/7; ...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
"Struct contents reference from a non-struct array object." What does this mean?
I'm a high school student and I'm currently modifying the SIR Model for infectious diseases. I know so little about matlab since...
environ 8 ans il y a | 1 réponse | 0
