Main Content

clearMap

Clear plots

Since R2019a

Description

example

clearMap(viewer) removes all plots from the specified Site Viewer.

Examples

collapse all

Create a Site Viewer that uses the "streets" basemap. Display a transmitter site.

viewer = siteviewer("Basemap","streets");
tx = txsite;
show(tx)

Clear the map.

clearMap(viewer)

Input Arguments

collapse all

Map viewer for visualizing transmitter or receiver sites, specified as a siteviewer object.1

Version History

Introduced in R2019a

See Also

|


1 Alignment of boundaries and region labels are a presentation of the feature provided by the data vendors and do not imply endorsement by MathWorks®.