NutationAnimation:

Path: SC/Demos/Dynamics

% Demonstrates rigid body rotation.
   You enter a time step, end time, dimensions of the cube and mass.
   You can also enter a step body fixed disturbance.

   The displayed cube is based on the entered dimensions.
   During the simulation you can rotate the cube with the mouse.

   Uses the SCT functions:

   Inertias
   AnimateCube
   RK4 (Runge-Kutta 4th order numerical integration)
   FRB (rigid body rhs)
   TimeLabl (generates reasonable labels in sec, min, etc.)
   Plot2D
   Plot3D
  ------------------------------------------------------------------------
  See also AnimateCube, Inertias, QTForm, Figui, Plot2D, Plot3D, 
  TimeLabl, Mag, RK4
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
   Copyright (c) 1995-2006 Princeton Satellite Systems, Inc.
   All rights reserved.
-------------------------------------------------------------------------------

Children:

Common: Graphics/AnimateCube
Common: Graphics/Figui
Common: Graphics/PlaybackControls
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/TimeLabl
Common: MassProperties/Inertias
Common: Quaternion/QTForm
Math: Integration/RK4
Math: Linear/Mag

Back to the SC Module page