System Identification Toolbox | ![]() ![]() |
Simulate models with uncertainty.
Syntax
Description
u
is an iddata
object containing the inputs. m
is a model given as any idmodel
object. N
random models are created, according to the covariance information given in m
. The responses of each of these models to the input u
are computed and graphed in the same diagram. If noise = 'noise'
, noise is added to the simulation, in accordance with the noise model of m
, and its own uncertainty. Ky
denotes the output numbers to be plotted (default all)
Examples
Plot the step response of the model m
and evaluate how it varies in view of the model's uncertainty.
See Also
![]() | sim | size | ![]() |