initial
System response to initial states of state-space model
Syntax
Description
For state-space and sparse state-space models, initial
computes the unforced system response y to initial states
x0.
Continuous time:
Discrete time:
For linear time-varying or linear parameter-varying state-space models,
initial
computes the response with initial state
x0, initial parameter
p0 (LPV models), and input held to the offset
value (u(t) =
u0(t) or u(t) =
u0(t,p). This corresponds to the initial condition response of the local linear
dynamics.
Initial Response Plots
initial(
plots
the unforced system response to initial states of a state-space (sys
,x0
)ss
) model sys
with an initial condition on the states
specified by the vector x0
:
The state-space model sys
can be continuous-time or
discrete-time, and SISO or MIMO. For MIMO state-space systems, the plot displays the
responses for the outputs of each channel. initial
automatically
determines the time steps and duration of the simulation based on the system
dynamics.
Initial Response Data
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a
See Also
initialplot
| impulse
| lsim
| Linear System Analyzer | step