Home > mpt > @mptctrl > isstabilizable.m

isstabilizable

PURPOSE ^

STABILIZES Decides if a given controller is stabilizable

SYNOPSIS ^

function result = isstabilizable(ctrl)

DESCRIPTION ^

STABILIZES Decides if a given controller is stabilizable

   result = isstabilizable(ctrl)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Returns 1 if a given explicit controller is stabilizable, i.e. it drives ALL
 system states/outputs to a given references. Returns 0 if stability of the
 closed-loop system cannot be determined (this means that the closed-loop
 system may, or may not be stable).

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 ctrl   - MPT controller (MPTCTRL object)

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 result - 1 if the controller is stabilizable, 0 if no stability guarantees
          can be given

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003