| Control System Toolbox | Search  Help Desk |
| augstate | See Also |
Append the state vector to the output vector
Syntax
asys = augstate(sys)
Description
Given a state-space modelsys with equations
augstate appends the states
to the outputs
to form the model
feedback command to close the loop on a full-state feedback
.
Limitation
Becauseaugstate is only meaningful for state-space models, it cannot be used with TF, ZPK or FRD models.
See Also
feedback Feedback connection
parallel Parallel connection
series Series connection