Aero.FixedWing Class
Namespace: Aero
Description
An object of the Aero.FixedWing
class defines a
fixed-wing aircraft. Use this object to model and analyze a fixed-wing aircraft. It contains
the static data for the aircraft, such as reference values, coefficients, and deflection
angles.
To perform static analysis of fixed-wing aircraft, use this object in conjunction with the
Aero.FixedWing.State
object. The Aero.FixedWing.State
object contains the aircraft information at a particular
aircraft state.
For more information on fixed-wing aircraft definitions, see More About.
Creation
Description
fixedWing = Aero.FixedWing
creates a single
Aero.FixedWing
object with default property values.
fixedWing = Aero.FixedWing(
creates an
N-by-N matrix of N
)Aero.FixedWing
objects with default property values.
fixedWing = Aero.FixedWing(
or
M
,N
,P
,...)Aero.FixedWing([
create an M-by-N-by-P-by-...
array of M
N
P
...])Aero.FixedWing
objects with default property values.
fixedWing = Aero.FixedWing(size(
creates
an A
))Aero.FixedWing
object that is the same size as A
and all Aero.FixedWing
objects.
fixedWing = Aero.FixedWing(__,property,propertyValue)
creates an
array of Aero.FixedWing
objects with property
,
propertyValue
pairs applied to each of the
Aero.FixedWing
array objects. For a list of properties, see Properties.
Input Arguments
Properties
Methods
Examples
Limitations
You cannot subclass Aero.FixedWing
.
More About
Version History
Introduced in R2021a
See Also
Aero.FixedWing.Coefficient
| Aero.FixedWing.Surface
| Aero.FixedWing.Thrust
| Aero.FixedWing.State
| getCoefficient
| setCoefficient
| Simulink.LookupTable
(Simulink)