Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Errors when defining 'X' variable in ARIMAX specification in matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am running the following code:
mdl1 = arima(1,1,1);
Model1 = estimate(mdl1,drate);
Model2 = estimate(mdl1,drate,'X',dcpi)
I get results with Model1, but with Model2 keeps returning this error:
Argument 'X' did not match any valid parameter of the parser.
I'm fairly new to Matlab, but am trying to use the manuals on the website to no avail. Any ideas why I'm getting this error? Thanks!
0 Kommentare
Antworten (1)
Wayne King
am 2 Dez. 2013
Bearbeitet: Wayne King
am 2 Dez. 2013
What version of MATLAB are you using? That optional input was added in R2013a.
If you are using R2013a or newer, please tell us the structure of dcpi. Is it a matrix of predictor data?
1 Kommentar
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!