Main Content
getCoefficient
Class: Aero.FixedWing.Coefficient
Namespace: Aero
Syntax
value = getCoefficient(fixedWingCoefficient,stateOutput,stateVariable)
value = getCoefficient(___,Name,Value)
Description
gets the coefficient value value
= getCoefficient(fixedWingCoefficient
,stateOutput
,stateVariable
)value
from the coefficient specified by
stateOutput
and stateVariable
.
gets the coefficient value using one or more value
= getCoefficient(___,Name,Value
)Name,Value
pairs.
Input Arguments
Output Arguments
Examples
Limitations
The vectors for the
stateOutput
,stateVariable
, andvalue
arguments must be the same length.When used with
Simulink.LookupTable
objects, this method requires a Simulink® license.
Version History
Introduced in R2021a