MATLAB Function Reference
  Go to function:
    Search    Help Desk 
simulate    

simulates the model

Syntax

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 model m 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.

[ Help Desk ]