User`s guide
21-9
Mapping 1.x to 2.0.x Usage Mapping 2.1 Usage
load topo
worldmap(topo,topolegend,'lmesh3d')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
da = daspect;
pba = pbaspect;
da(3) = 2*pba(3)/da(3);
daspect(da);
camlight(90,5);
camlight(0,5);
lighting phong
material([0.25 0.8 0])
load topo
worldmap(topo,topolegend,'lmesh3donly')
load topo
worldmap(topo,topolegend)
meshm(topo,topolegend,size(topo),topo)
da = daspect;
pba = pbaspect;
da(3) = 2*pba(3)/da(3);
daspect(da);