Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
258.838
of 301.370
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 174.217
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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; ...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
"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...
circa 8 anni fa | 1 risposta | 0
