set:

Path: Common/Classes

--------------------------------------------------------------------------
   Set an element of the class statespace
--------------------------------------------------------------------------
   Form:
   x = set( x, y, s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (:)   Object of class statespace
   y           (:)   Value of element
   s           (1,:) Element of class statespace
                     

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

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

Back to the Common Module page