nodeMobilityRandomWaypoint
Description
Use the nodeMobilityRandomWaypoint object to implement a random
waypoint mobility model.
Creation
Syntax
Description
creates a default random waypoint mobility model.randomWaypointModel = nodeMobilityRandomWaypoint
sets properties using one or more optional name-value arguments. For example,
randomWaypointModel = nodeMobilityRandomWaypoint(PropertyName=Value)BoundaryShape="circle" sets the shape of node mobility area to
"circle".
Note that, in the random waypoint model, a wireless node starts by pausing for some duration at a location before moving toward its next random destination (waypoint) with a random speed. The node repeats this process at each waypoint. When you specify a custom mobility model, the position and velocity parameters of the mobility model determines the initial position and the initial velocity of the node.
Properties
Examples
Version History
Introduced in R2026a