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

  • 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 154
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);
Vue de la page 154

Commentaires sur ces manuels

Pas de commentaire