Products & Services Solutions Academia Support User Community Company

Learn more about System Identification Toolbox   

predict(idnlgrey) - Predict output k steps ahead for nonlinear ODE model

Syntax

YP = predict(NLSYS,DATA);
[YP,X0,XFINAL] = predict(NLSYS,DATA);
[YP,X0,XFINAL] = predict(NLSYS,DATA,K);
[YP,X0,XFINAL] = predict(NLSYS,DATA,K,X0INIT);

Description

YP = predict(NLSYS,DATA); predicts the k-step ahead output with an idnlgrey model.

[YP,X0,XFINAL] = predict(NLSYS,DATA); returns the initial states used in the prediction as well as the final states computed, in addition to the predicted output.

[YP,X0,XFINAL] = predict(NLSYS,DATA,K); specifies the prediction horizon to use during prediction.

[YP,X0,XFINAL] = predict(NLSYS,DATA,K,X0INIT); specifies the initialization for the k-step ahead prediction.

Input

The initial state can also be specified using the property-value pair InitialState or X0, followed by the value X0INIT. For example: predict(NLSYS,DATA,K,'InitialState',X0INIT).

Output

See Also

sim(idnlgrey) 
pe 
pem 

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS