Path: AerospaceUtils/CAD
% Create a data structure for MassBudget. Enter parameter pairs.
Type MassBudgetInput to see the data structure. This function will fill
in any fields that are not entered. The param field is a data structure.
It depends on type.
--------------------------------------------------------------------------
Form:
MassBudgetInput; % demo
c = MassBudgetInput( varargin )
--------------------------------------------------------------------------
------
Inputs
------
varargin (:) Parameter pairs
-------
Outputs
-------
c (1,1) MassBudget data structure
--------------------------------------------------------------------------
See also: MassBudget
--------------------------------------------------------------------------
Back to the AerospaceUtils Module page