plotBarrierOutline
Syntax
Description
plotBarrierOutline(
displays the rectangular outlines of barriers on a bird's-eye plot. Specify the barrier, as
well as the position, yaw angle of rotation, length, and width of each barrier segment. The
outline plotter olPlotter
,barrierSegments
,positions
,yaw
,length
,width
)olPlotter
, is associated with a birdsEyePlot
object, and configures the display of the specified
outlines.
To remove all outlines associated with the outline plotter
olPlotter
, use the clearData
function and specify olPlotter
as the input argument.
To display the outlines of the barriers that are in a driving scenario, first use
targetOutlines
with the 'Barriers'
flag as input, to get the dimensions of the barriers.
Then, use the plotBarrierOutline
function to display the outlines of
all the barriers in a bird's-eye plot.
plotBarrierOutline(___,
specifies options using one or more Name,Value
)Name,Value
pair arguments and the
input arguments from the previous syntax.
Examples
Input Arguments
Version History
Introduced in R2021a