MATLAB MAPPING TOOLBOX RELEASE NOTES Guide de l'utilisateur Page 152

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 160
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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)
Vue de la page 151

Commentaires sur ces manuels

Pas de commentaire