RootLocus:

Path: Common/Control

% Generate the root locus for s SISO system.

   Requires a statespace system as an input.

   Type RootLocus for a demo.

--------------------------------------------------------------------------
   Form:
   RootLocus( g, k )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g           (1,1) State space system
   k           (1,:) Gains

   -------
   Outputs
   -------
   None

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