MATLAB MAPPING TOOLBOX RELEASE NOTES User's Guide Page 156

  • Download
  • Add to my manuals
  • Print
  • Page
    / 160
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 155
R14SP2
21-10
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
load korea
worldmap(map, refvec)
load korea
worldmap(map,refvec)
land =
shaperead('landares.shp','UseGeoCoords',true)
geoshow([land.Lat], [land.Lon])
(Text North Korea and South Korea will be missing. Land
area boundaries resolution is lower.)
load korea
worldmap(map,refvec,'lineonly')
load korea
worldmap(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
load korea
worldmap(map,refvec,'none')
load korea
worldmap(map,refvec)
load korea
worldmap(map,refvec,'patch')
load korea
worldmap(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
faceColors = makesymbolspec('Polygon',
{'INDEX',...
[1
numel(land)],'Facecolor',polcmap(numel(land))});
geoshow(land,'SymbolSpec',makesymbolspec('Polygon',faceColors))
(Text North Korea and South Korea will be missing.
Country coloring will be missing.)
Page view 155
1 2 ... 151 152 153 154 155 156 157 158 159 160

Comments to this Manuals

No comments