MATLAB MAPPING TOOLBOX RELEASE NOTES Betriebsanweisung Seite 152

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 160
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 151
R14SP2
21-6
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
demcmap(topo)
load topo
worldmap(topo,topolegend,'dem3d')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
da = daspect;
pba = pbaspect;
da(3) = 7.5*pba(3)/da(3);
daspect(da);
demcmap(topo)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
load topo
worldmap(topo,topolegend,'dem3donly')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
demcmap(topo)
load korea
worldmap(map,refvec,'mesh')
load korea
worldmap(map,refvec)
meshm(map,refvec)
land =
shaperead('landareas.shp','UseGeoCoords',true);
geoshow([land.Lat], [land.Lon])
(Text North Korea and South Korea will be missing)
Seitenansicht 151

Kommentare zu diesen Handbüchern

Keine Kommentare