fixedWingCoefficient
Syntax
Description
returns
a fixed-wing coefficient object with default properties.coefficient
= fixedWingCoefficient( )
returns a fixed-wing coefficient object with the specified state variables,
coefficient
= fixedWingCoefficient(statevariables
)statevariables
.
returns a fixed-wing coefficient object with the specified reference frame,
coefficient
= fixedWingCoefficient(statevariables
,referenceframe
)referenceframe
.
returns a fixed-wing coefficient object with the specified multiply state variables switch,
coefficient
= fixedWingCoefficient(statevariables
,referenceframe
,multiplystatevariables
)multiplystatevariables
.
returns a fixed-wing coefficient object with the specified nondimensional switch,
coefficient
= fixedWingCoefficient(statevariables
,referenceframe
,multiplystatevariables
,nondimensional
)nondimensional
.
returns a fixed-wing coefficient object created with one or more Name=Value
arguments.coefficient
= fixedWingCoefficient(___,Name=Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b