setCoefficient
Class: Aero.FixedWing
Namespace: Aero
Syntax
aircraft = setCoefficient(aircraft,stateOutput,stateVariable,value)
aircraft = setCoefficient(__,Name,Value)
Description
sets the coefficient value aircraft
= setCoefficient(aircraft
,stateOutput
,stateVariable
,value
)value
to the coefficient specified by
stateOutput
and stateVariable
and returns the
modified object aircraft
.
sets the coefficient value using one or more aircraft
= setCoefficient(__,Name,Value
)Name,Value
pair
arguments.
Input Arguments
Name-Value Arguments
Output Arguments
Examples
Limitations
When used with Simulink.LookupTable
objects, this method requires a
Simulink® license.
Version History
Introduced in R2021a
See Also
Aero.FixedWing
| getCoefficient
| Simulink.LookupTable
(Simulink)