Main Content

fillm

Project filled 2-D patches on axesm-based map

Syntax

h = fillm(lat,lon,cdata)
h = fillm(lat,lon,'PropertyName',PropertyValue,...)

Description

h = fillm(lat,lon,cdata) projects and displays any patch object with vertices defined by the vectors lat and lon to the current axesm-based map. The input cdata defines the patch face color. The patch handle or handles, h, can be returned.

h = fillm(lat,lon,'PropertyName',PropertyValue,...) allows any property name/property value pair supported by patch to be assigned to the fillm object.

Examples

lat = [30 15 0 0 0 15 30 30]';
lon = [-60 -60 -60 0 60 60 60 0]';
axesm bonne; framem
fillm(lat,lon,'b')

Map showing a filled patch in blue

Version History

Introduced before R2006a

See Also

| |