SelectS:

-------------------------------------------------------------------------------
   Extract selected states from the 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

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

Children: