DrawOrbitPlane:

Path: Orbit/Visualization

% Draw an orbit plane. You can add this to any 3D plot.
--------------------------------------------------------------------------
   Form:
   DrawOrbitPlane( r, v, axesHandle )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r           (3,1) Position vector
   v           (3,1) Velocity vector
   hAxis       (1,1) Handle to axis

   -------
   Outputs
   -------
   None

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

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Cross
SC: BasicOrbit/Period
SC: BasicOrbit/RV2El
SC: BasicOrbit/RVFromKepler

Back to the Orbit Module page