Coverage area plotter for bird's-eye plot
creates a caPlotter
= coverageAreaPlotter(bep
)CoverageAreaPlotter
object that configures the display of
sensor coverage areas on a bird's-eye plot. The CoverageAreaPlotter
object is stored in the Plotters
property of the input birdsEyePlot
object, bep
. To display the sensor coverage
areas, use the plotCoverageArea
function.
sets properties using one or more caPlotter
= coverageAreaPlotter(bep
,Name,Value
)Name,Value
pair arguments. For
example, coverageAreaPlotter(bep,'DisplayName','Coverage area')
sets
the display name that appears in the bird's-eye-plot legend.