Path: FormationFlying/Initialize
% Set up the data structure for a DFF simulation. All inputs are optional. Since version 7. -------------------------------------------------------------------------- Form: sim = DFFSimStruct( 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 --------------------------------------------------------------------------