Plot3D:
--------------------------------------------------------------------------
Create a 3-dimensional plot.
--------------------------------------------------------------------------
Form:
[h, hA] = Plot3D( r, xL, yL, zL, figTitle, rPlanet, figBackColor )
--------------------------------------------------------------------------
------
Inputs
------
r (3,:) x, y, z values
xL (n,:) x-axis label
yL (n,:) y-axis label
zL (n,:) z-axis label
figTitle Figure title
rPlanet (1,1) Radius of planet sphere
figBackColor (1) Flag for fig background color (0 - grey, 1 - white)
-------
Outputs
-------
h (1,1) Figure handle
hA (:) Data structure of handles to line objects
.h
--------------------------------------------------------------------------
Children:
Common: General/Watermark
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
SC: BasicOrbit/RVFromKepler