Aero.Aircraft.CompositeCoefficient class
Package: Aero
Description
Aero.Aircraft.CompositeCoefficient
defines an aerodynamic coefficient. You
can specify this coefficient with the sum or product of multiple lookup tables and numeric
values.
Class Attributes
Abstract | false |
ConstructOnLoad | false |
HandleCompatible | false |
Hidden | false |
Sealed | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
CompositeCoefficient(
creates a composite aerodynamic coefficient with a cell array of
valueCell
,functionHandle
)Simulink.LookupTable
objects, scalar numeric values, or
Aero.AircraftCompositeCoefficient
objects,
valueCell
, and a specification of how the cell array members are
combined, functionHandle
.
Input Arguments
Examples
Version History
Introduced in R2023b
See Also
Aero.FixedWing.Coefficient
| Simulink.LookupTable
(Simulink)