isempty:

Path: Common/Classes

--------------------------------------------------------------------------
   Determine if x is an empty statespace system.
--------------------------------------------------------------------------
   Form:
   k = isempty( x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (:)   Object of class statespace
                     

   -------
   Outputs
   -------
   k           (1,1) 1 if empty 

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

Back to the Common Module page