HysteresisOutput:

Path: SC/DemoFuns

% Gather output from the hysteresis damping simulation
--------------------------------------------------------------------------
  Form:
  d = HysteresisOutput;
  status = HysteresisOutput(t,y,flag,d)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   t    	(1,1)     Time
   y   	(13+n,:)  [r;v;q;omega;z] 
   flag  (1,:)     Operation to be performed.
   d     (.)       Data structure see RHSRigidBodyWithDamping

   -------
   Outputs
   -------
   status	(1,1)    Result

--------------------------------------------------------------------------
  See also RHSRigidBodyWithDamping
--------------------------------------------------------------------------

Children:

SC: Dynamics/RHSRigidBodyWithDamping
Common: Quaternion/QTForm
Math: Linear/Dot
Math: Linear/Unit

Back to the SC Module page