Path: Orbit/Visualization
% Create a plot page with 2D and 3D views of an orbit.
If t is entered, the upper left will show the 3D and the remaining plots
will show each axis against time.
If t is empty, the 2D plots will show x/y, y/z, and x/z views.
The built-in demo creates one of each type of plot.
--------------------------------------------------------------------------
Forms:
h = PlotOrbitPage( r )
h = PlotOrbitPage( r, t, figTitle )
h = PlotOrbitPage( r, [], figTitle )
--------------------------------------------------------------------------
------
Inputs
------
r (3,:) x, y, z values
t (n,:) Time vector, optional
figTitle Figure title
-------
Outputs
-------
h (1,1) Figure handle
hA (:) Data structure of handles to line objects
.h
--------------------------------------------------------------------------
Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS
Back to the Orbit Module page