MATLAB MAPPING TOOLBOX RELEASE NOTES Betriebsanweisung Seite 156

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 160
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.)
Seitenansicht 155
1 2 ... 151 152 153 154 155 156 157 158 159 160

Kommentare zu diesen Handbüchern

Keine Kommentare