MATLAB MAPPING TOOLBOX RELEASE NOTES User's Guide Page 152

  • Download
  • Add to my manuals
  • Print
  • Page
    / 160
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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)
Page view 151

Comments to this Manuals

No comments