Function Reference: augstate

Function File: augsys = augstate (sys)

Append state vector x of system sys to output vector y.

 
 
 .                  .
 x = A x + B u      x = A x + B u
 y = C x + D u  =>  y = C x + D u
                    x = I x + O u
 
 

Source Code: augstate