MATLAB MAPPING TOOLBOX RELEASE NOTES Guida Utente Pagina 102

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 160
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 101
R2008b
14-6
Original Syntax Replacement Syntax
h = surflm(Z,s)
specifies the direction of the light
source. s is a two- or three-element
vector that specifies the direction from
the surface map to the light source
as defined in the documentation for
surfl.
h = surflm(latlim,lonlim,Z,s)
h = surfm(Z)
constructs a surface using the regular
data grid Z and a graticule mesh
(using meshgrat) with size equal to
size(Z) and with geographic limits
that match the map latitude and
longitude limits in the current map
axes.
h = surfm(latlim,lonlim,Z)
h = surfm(Z,gratsize)
uses a graticule mesh with size equal
to gratsize.
[lat,lon] = meshgrat(latlim,lonlim,gratsize);
h = surfm(lat,lon,Z)
Vedere la pagina 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 159 160

Commenti su questo manuale

Nessun commento