Aero.FixedWing.Coefficient Class
Namespace: Aero
Description
Aero.FixedWing.Coefficient
creates an Aero.FixedWing
coefficient set that describes the behavior and body of an aircraft.
Creation
Description
fixedWingCoefficient = Aero.FixedWing.Coefficient
creates a
single Aero.FixedWing.Coefficient
object with default property
values.
fixedWingCoefficient = Aero.FixedWing.Coefficient(
creates an N-by-N matrix of
N
)Aero.FixedWing.Coefficient
objects with default property
values.
fixedWingCoefficient = Aero.FixedWing.Coefficient(
or
M
,N
,P
,...)Aero.FixedWing.Coefficient([
creates an M-by-N-by-P-by-...
array of M
N
P
...])Aero.FixedWing.Coefficient
objects with default property
values.
fixedWingCoefficient = Aero.FixedWing.Coefficient(size(
creates an A
))Aero.FixedWing.Coefficient
object that is the same size as
A
and all Aero.FixedWing.Coefficient
objects.
fixedWingCoefficient = Aero.FixedWing.Coefficient(__,property,propertyValue)
creates an array of Aero.FixedWing.Coefficient
objects with
property
, propertyValue
pairs
applied to each of the Aero.FixedWing.Coefficient
array objects. For a list
of properties, see Properties.
Input Arguments
Properties
Methods
Examples
Limitations
This class requires a Simulink® license if the coefficient table contains
Simulink.LookupTable
objects.You cannot subclass
Aero.FixedWing.Coefficient
.
Version History
Introduced in R2021a
See Also
Classes
Aero.FixedWing
|Aero.FixedWing.Surface
|Aero.FixedWing.Thrust
|Aero.Aircraft.CompositeCoefficient
|Simulink.LookupTable
(Simulink)