Path: Orbit/Visualization
% Generate a plot of a HALO trajectory Type HALOPlot for a demo. Since version 11. -------------------------------------------------------------------------- Form: f = HALOPlot( d, type, f, plots ) -------------------------------------------------------------------------- ------ Inputs ------ d (.) Data structure output from HALOInit type (:) Type of plot: 'time' = time history 'traj' = spatial trajectory(s) f (1,1) Handle to figure to add plot(s) to. Optional. plots {:} Cell array, one or more frames to plot (traj type only) Options are: xy, yz, xz, xyz ------- Outputs ------- f (1,1) Handle to figure. --------------------------------------------------------------------------
Common: Graphics/Circle Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/TimeLabl Orbit: OrbitData/SEML2OrbitData
Back to the Orbit Module page