getCoefficient
R2026bClass: Aero.FixedWing.Coefficient
Namespace: Aero
Get coefficient values from fixed-wing coefficient object
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 arguments.
Input Arguments
Name-Value Arguments
Output Arguments
Examples
Limitations
The vectors for the
stateOutput,stateVariable, andvaluearguments must be the same length.When used with
Simulink.LookupTableobjects, this method requires a Simulink® license.
Version History
Introduced in R2021a