MATLAB MAPPING TOOLBOX RELEASE NOTES User's Guide Page 153

  • Download
  • Add to my manuals
  • Print
  • Page
    / 160
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 152
21-7
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
load korea
worldmap(map,refvec,'meshonly')
load korea
worldmap(map,refvec)
meshm(map,refvec)
load topo
worldmap(topo,topolegend,'mesh3d')
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);
load topo
worldmap(topo,topolegend,'mesh3donly')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
Page view 152

Comments to this Manuals

No comments