CostEstimate_Structure:

Path: FormationFlying/DataStructures

% Initialize a cost estimate data structure.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   cE = CostEstimate_Structure( nU );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nU            (1)    Number of cost estimate structures = # of unique states

   -------
   Outputs
   -------
   cE            (.)    Cost estimate data structure with fields:
                          - nU
                          - memID
                          - targetIndex
                          - costLength
                          - cost

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

Back to the FormationFlying Module page