uavWindGust
Description
The uavWindGust
object generates a wind gust of the standard
“1-cosine” shape for a UAV platform. For more information on the gust shape, see 1-Cosine Gust Shape. To simulate a wind gust in a
UAV scenario:
Create the
uavWindGust
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 uavWindGust
object requires
Aerospace Toolbox.
Creation
Description
creates a wind gust
object with default property values.gustWind
= uavWindGust
specifies properties using one or more name-value arguments. For example,
gustWind
= uavWindGust(Name
=Value
)uavWindGust(StartTime=10)
sets the wind start time to 10
seconds.
Properties
Examples
More About
Version History
Introduced in R2024a