MATLAB MAPPING TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 102

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 160
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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)
Przeglądanie stron 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 159 160

Komentarze do niniejszej Instrukcji

Brak uwag