Main Content
getCoefficient
Class: Aero.FixedWing
Namespace: Aero
Syntax
value = getCoefficient(aircraft,stateOutput,stateVariable)
value = getCoefficient(___,Name,Value)
Description
gets the coefficient value value
= getCoefficient(aircraft
,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
Each vector of inputs
stateOutput
andstateVariable
must be the same length.When used with
Simulink.LookupTable
objects, this method requires a Simulink® license.
Version History
Introduced in R2021a
See Also
Aero.FixedWing
| setCoefficient
| Simulink.LookupTable
(Simulink)