FRY:

Path: SC/DemoFuns

% Roll/yaw simulation RHS

   Since version 3.
--------------------------------------------------------------------------
   Form:
   xDot = FRY( x, t, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x			  (3,1)   Input
   t			  (1,1)   Time
   d			  (:)     .h   momentum
                         .wo  orbit rate

   -------
   Outputs
   -------
   xDot		  (3,1)   State derivative
   d			  (:)     .h   momentum
                         .wo  orbit rate

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

Back to the SC Module page