Plot3DOrbit:
--------------------------------------------------------------------------
Plot a trajectory in 3D with initial and final orbits marked.
Since version 7.
--------------------------------------------------------------------------
Form:
Plot3DOrbit( r, v, mu, plotTitle )
--------------------------------------------------------------------------
------
Inputs
------
r (3,:) Position vector (km)
v (3,:) Velocity vector (km/s)
mu (1,1) Gravitation constant (km^3/s^2)
plotTitle (1,:) Title of plot
-------
Outputs
-------
None
--------------------------------------------------------------------------
Children:
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
SC: BasicOrbit/RV2El
SC: BasicOrbit/RVFromKepler