Aero.FixedWing.Surface class
Package: Aero
Description
Aero.FixedWing.Coefficient
defines the dynamic and control surfaces on an
Aero.FixedWing
aircraft.
Creation
Description
fixedWingSurface = Aero.FixedWing.Surface
creates a single
Aero.FixedWing.Surface
object with default property values.
fixedWingSurface = Aero.FixedWing.Surface(
creates an N-by-N matrix of
N
)Aero.FixedWing.Surface
objects with default property values.
fixedWingSurface = Aero.FixedWing.Surface(
or
M
,N
,P
,...)Aero.FixedWing.Surface([
creates an M-by-N-by-P-by-...
array of M
N
P
...])Aero.FixedWing.Surface
objects with default property
values.
fixedWingSurface = Aero.FixedWing.Surface(size(
creates an A
))Aero.FixedWing.Surface
object of the same size as
A
and all Aero.FixedWing.Surface
objects.
fixedWingSurface = Aero.FixedWing.Surface(__,property,propertyValue)
creates an array of Aero.FixedWing.Surface
objects with
property
, propertyValue
pairs
applied to each of the Aero.FixedWing.Surface
array objects. For a list of
properties, see Properties.
Properties
Methods
Examples
Limitations
You cannot subclass Aero.FixedWing.Surface
.
Version History
Introduced in R2021a