AircraftGroupMassStatement:

Path: ACPro/ACDesign

% Create a mass statement for an aircraft.
   You pass in the mass of fuel and the datastructure with the aircraft
   parameters.

   Type AircraftGroupMassStatement for a demo.
   Since version 5.
--------------------------------------------------------------------------
   Form:
   [m, g] = AircraftGroupMassStatement( mFuel, p, fileName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   group     (1,:) Group name
   p         (1,1) Data structure for the aircraft (optional)
   fileName  (1,:) File name for latex table

   -------
   Outputs
   -------
   m         (1,:) Group mass (kg)
   g         {:}   Group names

--------------------------------------------------------------------------
   See also AircraftGroupMass
--------------------------------------------------------------------------

Children:

ACPro: ACPerformance/AircraftGroupDataStructure
ACPro: ACPerformance/AircraftGroupMass
Common: General/CreateLatexTable

Back to the ACPro Module page