GetSimData:

Path: Plotting/Utilities

--------------------------------------------------------------------------
  Get the data from an ObjectAgent simulation
--------------------------------------------------------------------------
   Form:
   y = GetSimData( file, dataName, iD)
--------------------------------------------------------------------------
 
   ------
   Inputs
   ------
   fileName        (:)  Name of simulation file
   dataName       (m,:) Name of simulation data
                        Enter '?' for a list of all names
   iD              (n)  Spacecraft I.D. 

   -------
   Outputs
   -------

   y             {n}(m,:) Matrix of simulation data

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

Back to the Plotting Module page