SimulateStraightLineTrajectory:

Path: Orbit/StraightLine

% Simulate a straight line, constant-thrust trajectory
 Type SimulateStraightLineTrajectory for a demo.
--------------------------------------------------------------------------
   Form:
   [xP,t] = SimulateStraightLineTrajectory( d, dontPlot )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d         (.) Data structure
                    See StraightLineDataStructure
   dontPlot  (1) Flag to skip plot, default false

   -------
   Outputs
   -------
   xP   (3,:)   State [distance;velocity;mass]
   t    (1,:)   Time (s)

--------------------------------------------------------------------------

Children:

AC: ACData/ACTConstants
Orbit: StraightLine/StraightLineConstantThrust
Orbit: StraightLine/StraightLineDataStructure
Orbit: StraightLine/StraightLineOptimalFixedUE
Orbit: StraightLine/SwitchTime
Orbit: StraightLine/UToMF
SC: SCData/sCTConstants
Common: CommonData/Constants
Common: CommonData/SwooshWatermark
Common: CommonData/xSplashSmall
Common: Database/Constant
Common: General/CellToMat
Common: General/DeleteCell
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/DistanceLabel
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TimeLabl
Math: Integration/RK4

Back to the Orbit Module page