Path: Orbit/OrbitPropagator
% Main GUI for propagating an orbit using ode113 and user-selected models. -------------------------------------------------------------------------- Form: x = PropagateOrbitPlugIn( action, modifier, hFig, position, callback ) -------------------------------------------------------------------------- ------ Inputs ------ action (1,:) Action 'initialize', 'update' modifier (1,:) Modifier to the action or data structure if intialization hFig (1,1) Handle to the figure or if 'update' radio button handles position (1,4) [left bottom width height] callback (1,:) Callback string when something has changed in this gui ------- Outputs ------- x (1,1) The tag if action is 'initialize' --------------------------------------------------------------------------
AerospaceUtils: Coord/EFToLatLonAlt Orbit: GravityModels/LoadGravityModel Orbit: OrbitMechanics/FlightPathAngle Orbit: OrbitMechanics/OrbitJacobian Orbit: OrbitPropagator/FOrbHFOP Orbit: OrbitPropagator/StoppingPlugIn Orbit: RHSOrbit/FOrbHF2 SC: BasicOrbit/Period SC: BasicOrbit/RV2El SC: Ephem/ECIToPlanet SC: Ephem/EarthRte SC: GUIPlugIn/ElementsPlugIn Common: Database/Constant Common: GUIs/TimeGUI Common: General/CloseFigure Common: General/CloseIfHandle Common: General/GetCurrentGUIObject Common: General/GetListString Common: General/RadioButtons Common: General/SaveStructure Common: General/StringMatch Common: General/ValidTime Common: Graphics/Map Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Help/HelpSystem Common: Plugins/TimePlugIn Math: Linear/Mag Math: Linear/Skew Math: Linear/SkewSq Math: Probability/CovarianceRHS
Back to the Orbit Module page