SelectS:

Path: Common/Control

% Extract selected states from a state space model.

--------------------------------------------------------------------------
   Form:
   [a, b, c, d] = SelectS( a, b, c, d, kS, kO, kI )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a                   Plant matrix
   b                   Input matrix
   c                   Output matrix
   d                   Feedthrough matrix
   kS                  Selected states
   kO                  Selected outputs
   kI                  Selected inputs

   -------
   Outputs
   -------
   a                   Plant matrix
   b                   Input matrix
   c                   Output matrix
   d                   Feedthrough matrix

--------------------------------------------------------------------------

Back to the Common Module page