Path: SC/GUIPlugIn
% Create an spacecraft state GUI plug in.
--------------------------------------------------------------------------
Form:
x = SpacecraftStatePlugIn( action, modifier, hFig, position, callback )
--------------------------------------------------------------------------
------
Inputs
------
action (1,:) Action 'initialize', 'update'
modifer (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/QLVLH Orbit: OrbitCoord/El2Eq Orbit: OrbitCoord/RV2Eq SC: BasicOrbit/El2RV SC: BasicOrbit/RV2El Common: Database/Constant Common: General/CloseFigure Common: General/DeBlankLT Common: General/GetListString Common: Quaternion/Q2Eul Common: Quaternion/QMult Common: Quaternion/QPose Common: Transform/Eul2Q
Back to the SC Module page