uavWindSteady
Description
The uavWindSteady
object generates steady wind with a constant
direction and velocity for a UAV platform. To simulate steady wind in a UAV scenario:
Create the
uavWindSteady
object and set its properties.Attach the wind model to a UAV platform by using the
addWind
function.Obtain the wind velocity from the UAV scenario by using the
windVelocity
function while the UAV scenario is running.
Note
Simulating a UAV scenario that contains a uavWindSteady
object requires
Aerospace Toolbox.
Creation
Description
creates a steady
wind object with default property values.steadyWind
= uavWindSteady
specifies properties using one or more name-value arguments. For example,
steadyWind
= uavWindSteady(Name
=Value
)uavWindSteady(StartTime=10)
sets the wind start time to 10
seconds.
Properties
Examples
Version History
Introduced in R2024a