Statistik
2 Fragen
0 Antworten
RANG
114.880
of 301.454
REPUTATION
0
BEITRÄGE
2 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 21.287
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.632
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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; ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
"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...
etwa 8 Jahre vor | 1 Antwort | 0
