Main Content

close

Close Site Viewer

Since R2019a

Description

example

close(viewer) closes the Site Viewer window and deletes the handle.

Examples

collapse all

Launch two Site Viewer windows: one that uses terrain data derived from the GMTED2010 model by the USGS and NGA, and one without terrain data.

viewer1 = siteviewer(Terrain="gmted2010",Name="Site Viewer (GMTED2010)");
viewer2 = siteviewer(Terrain="none",Name="Site Viewer (No Terrain Data)");

Create a transmitter site.

tx = txsite;

Generate a coverage map on each window. The map with terrain uses the Longley-Rice propagation model by default.

coverage(tx,Map=viewer1)

The map without terrain uses the free-space model by default.

coverage(tx,Map=viewer2)

Input Arguments

collapse all

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

Version History

Introduced in R2019a


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®.