| MATLAB Function Reference | Search  Help Desk |
| simulate |
simulates the model
Syntax
[res,m]=simulate(m)
[res,m]=simulate(m,time)
Description
[res,m]=simulate(m)
simulate the model m using the input data.
[res,m]=simulate(m,time)
simulate the model m for the time horizon time
Remarks
This function performs a simulation of the modelm using the input data and feeding back the results
of the simulation to calculate at each step the regressors. The result of
the simulation res is a simulation_time * num_outputs
array.