Aero.Aircraft.Environment Class
Namespace: Aero
Description
An object of the Aero.Aircraft.Environment
class defines and manages
aircraft environments.
Creation
Description
aeroAircraftEnvironment = Aero.Aircraft.Environment
creates a
single Aero.Aircraft.Environment
object with default property
values.
aeroAircraftEnvironment = Aero.Aircraft.Environment(
creates an N-by-N matrix of
N
)Aero.Aircraft.Environment
objects with default property
values.
aeroAircraftEnvironment = Aero.Aircraft.Environment(
or
M
,N
,P
,...)Aero.Aircraft.Environment([
creates an M-by-N-by-P-by-...
array of M
N
P
...])Aero.Aircraft.Environment
objects with default property
values.
aeroAircraftEnvironment = Aero.Aircraft.Environment(size(
creates an A
))Aero.Aircraft.Environment
object that is the same size as
A
and all Aero.Aircraft.Environment
objects.
aeroAircraftEnvironment = Aero.Aircraft.Environment(__,property,propertyValue)
creates an array of Aero.Aircraft.Environment
objects with
property
, propertyValue
pairs
applied to each of the Aero.Aircraft.Environment
array objects. For a list
of properties, see Properties.
Input Arguments
Properties
Examples
Limitations
You cannot subclass Aero.Aircraft.Environment
.
Version History
Introduced in R2021a