abs:

Path: AC/Classes

% Computes the absolute value of acstate.
--------------------------------------------------------------------------
   Form:
   b = abs( a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a           (:)   Object of class acstate

   -------
   Outputs
   -------
   b           (:)  Object of class acstate

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

Back to the AC Module page