Outline plotter for bird's-eye plot
creates an olPlotter
= outlinePlotter(bep
)OutlinePlotter
object that configures the display of object
outlines on a bird's-eye plot. The OutlinePlotter
object is stored in the
Plotters
property of the birdsEyePlot
object, bep
. To display the outlines of
actors that are in a driving scenario, first use targetOutlines
to get the dimensions of the actors. Then, after creating an
outline plotter object, use the plotOutline
function to display the outlines of all the actors in the bird's-eye plot.
sets properties using one or more olPlotter
= outlinePlotter(bep
,Name,Value
)Name,Value
pair arguments. For
example, outlinePlotter(bep,'FaceAlpha',0)
sets the areas within each
outline to be fully transparent.
birdsEyePlot
| clearData
| clearPlotterData
| findPlotter
| plotOutline