MainDemoSimStruct:

Path: FormationFlying/Initialize

% Define the simulation data structure for the main demo

   Since version 7.
--------------------------------------------------------------------------
   Form:
   sim = MainDemoSimStruct( el, nOrbits, nSC, jD, ideal );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   el         (n,:)    Initial element set for all spacecraft.
   nOrbits     (1)     Number of orbits simulation will last.
   nSC         (1)     Number of spacecraft to simulate.
   jD          (1)     Julian date at start of simulation.
   ideal       (1)     Flag indicating whether to use ideal actuation.

   -------
   Outputs
   -------
   sim          (.)    Simulation data structure to be input to DFFSimulation

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