EmptySISO:

Path: Common/ControlGUI

% Produce an empty data structure used by the control functions

   x  (:)   SISO parameters
            .g          (1,1) Controller statespace representation
            .name       (1,:) Controller name
            .element    {:}   Controller type
            .parameters {:}   Controller parameters
            .inputs     {:}   Inputs
            .outputs    {:}   Outputs  

--------------------------------------------------------------------------
   Form:
   x = EmptySISO
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None

   -------
   Outputs
   -------
   x      (1,1) Data structure defined above

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