AngRate:

Path: SC/Attitude

% Computes the magnitude of the angular rate of the momentum vector
   given the angular momentum and a matrix of torque vectors

--------------------------------------------------------------------------
   Form:
   angRateMagnitude = AngRate( angMomentumVector, torqueVector )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   angMomentumVector (3,1)  Angular momentum vector
   torqueVector      (3,:)  Matrix of torque vectors

   -------
   Outputs
   -------
   angRateMagnitude  (:)    Magnitude of the angular rate generated
                            by each torque in torqueVector

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

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Linear/Cross

Back to the SC Module page