Aero.Aircraft.CompositeCoefficient Class
Namespace: 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. The Aero.Aircraft.CompositeCoefficient
object is used as a value for
the Aero.FixedWing.Coefficient
object.
Class Attributes
Abstract | false |
ConstructOnLoad | false |
HandleCompatible | false |
Hidden | false |
Sealed | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
Aero.Aircraft.CompositeCoefficient(
creates a composite aerodynamic coefficient with a cell array of
valueCell
)Simulink.LookupTable
objects, scalar numeric values, or
Aero.Aircraft.CompositeCoefficient
objects,
valueCell
.
Aero.Aircraft.
CompositeCoefficient(
uses a specification of how the cell array members are combined. valueCell
,functionHandle
)
Aero.Aircraft.
CompositeCoefficient(___,
creates a composite aerodynamic coefficient with a string array of
stateProperty
)Aero.FixedWing.State
properties. The object uses a specification,
functionHandle
, of how the valueCell
array and
stateProperty
members are combined.
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2023bSee Also
Aero.FixedWing.Coefficient
| Aero.FixedWing.State
| Simulink.LookupTable
(Simulink)