setCoefficient
Class: Aero.FixedWing.Coefficient
Namespace: Aero
Syntax
fixedWingCoefficient = setCoefficient(fixedWingCoefficient,stateOutput,stateVariable,value)
fixedWingCoefficient = setCoefficient(___,Name,Value)
Description
fixedWingCoefficient = setCoefficient(
sets the coefficient value fixedWingCoefficient
,stateOutput
,stateVariable
,value
)value
to the coefficient specified by
stateOutput
and stateVariable
and returns the
modified Aero.FixedWing.Coefficient
object.
fixedWingCoefficient = setCoefficient(___,
sets the coefficient value Name,Value
)value
to the coefficient specified by
stateOutput
and stateVariable
and returns the
modified object.
Input Arguments
Output Arguments
Examples
Limitations
The vectors for the stateOutput
, stateVariable
,
and value
arguments must be the same length.
Version History
Introduced in R2021a