ViewRotatingHillsFrame:

Path: FormationFlying/Visual

% Animate a satellite's relative trajectory in the inertial frame. 
   Show the satellite traverse the relative trajectory while the trajectory 
   is shown rotating around the orbit path. 

   Since version 7.
--------------------------------------------------------------------------
   Usage:
   h = ViewRotatingHillsFrame( rECI, vECI, rHills )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   rECI         (3,:)  Inertial position over time
   vECI         (3,:)  Inertial velocity over time
   rHills       (3,:)  Hills-frame position over time

   -------
   Outputs
   -------
   h             (1)   Handle to figure
   
--------------------------------------------------------------------------

Children:

AerospaceUtils: Coord/QHills
FormationFlying: Dynamics/HillsEqns
Orbit: OrbitCoord/SLR
Orbit: OrbitMechanics/RVOrbGen
SC: BasicOrbit/CP2I
SC: BasicOrbit/E2M
SC: BasicOrbit/E2Nu
SC: BasicOrbit/M2E
SC: BasicOrbit/M2EApp
SC: BasicOrbit/M2EEl
SC: BasicOrbit/M2EHy
SC: BasicOrbit/Nu2E
SC: BasicOrbit/Nu2M
SC: BasicOrbit/OrbRate
SC: BasicOrbit/Period
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/Axis3D
Common: Graphics/Mesh2
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TimeLabl
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Quaternion/Mat2Q
Common: Quaternion/QForm
Common: Quaternion/QPose
Math: Linear/Cross
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit

Back to the FormationFlying Module page