augstate
Append state vector to output vector
Syntax
Description
Given a state-space model sys with equations
(or their discrete-time counterpart), augstate appends the states
x to the outputs y to form the model
This command prepares the plant so that you can use the feedback
command to close the loop on a full-state feedback u =
−Kx.
For mechss models, augstate appends
q to the output for first-order models and
[q,q'] for second-order models.
Input Arguments
Output Arguments
Version History
Introduced before R2006a