FRY:

Path: SC/DemoFuns

% Roll/yaw simulation RHS

--------------------------------------------------------------------------
   Form:
   xDot = FRY( x, t, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x			  (3,1)   Input [roll; yaw; roll rate]
   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