FRYSim:

Path: SC/DemoFuns

% Roll/yaw simulation right hand sidd

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

   ------
   Inputs
   ------
   x			  (2,1)   Input [roll;yaw] (rad)
   t			  (1,1)   Time (not used)
   d			  (:)     .h  (1,1) momentum
                   .wo (1,1) orbit rate
                   .tX (1,1) Roll torque
                  	.tZ (1,1) Yaw torque

   -------
   Outputs
   -------
   xDot		  (2,1)   State derivative

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

Back to the SC Module page