Aero.FixedWing.Thrust class
Package: Aero
Description
Aero.FixedWing.Thrust
creates an Aero.FixedWing
thrust
vector that describes the thrust of an aircraft.
Creation
Description
fixedWingThrust = Aero.FixedWing.Thrust
creates a single
Aero.FixedWing.Thrust
object with default property values.
fixedWingThrust = Aero.FixedWing.Thrust(
creates an N-by-N matrix of
N
)Aero.FixedWing.Thrust
objects with default property values.
fixedWingThrust = Aero.FixedWing.Thrust(
or
M
,N
,P
,...)Aero.FixedWing.Thrust([
creates an M-by-N-by-P-by-...
array of M
N
P
...])Aero.FixedWing.Thrust
objects with default property values.
fixedWingThrust = Aero.FixedWing.Thrust(size(
creates an A
))Aero.FixedWing.Thrust
object that is the same size as
A
and all Aero.FixedWing.Thrust
objects.
fixedWing.Thrust = Aero.FixedWing.Thrust(__,property,propertyValue)
creates an array of Aero.FixedWing.Thrust
objects with
property
, propertyValue
pairs
applied to each of the Aero.FixedWing.Thrust
array objects. For a list of
properties, see Properties.
Input Arguments
Properties
Methods
Examples
Limitations
You cannot subclass Aero.FixedWing.Thrust
.
Version History
Introduced in R2021a