MATLAB MAPPING TOOLBOX RELEASE NOTES Betriebsanweisung Seite 43

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 160
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 42
5-5
Functions Being Removed
Function Name What Happens When
You Use the Function?
Use This Instead Compatibility
Considerations
combntns Still runs nchoosek Replace all existing
instances of combntns
with nchoosek.
epsm Still runs If necessary, you can
replace the expressions
below with the constants
to the right: epsm()
1.0E-6
epsm('deg') 1.0E-6
epsm('rad')
deg2rad(1.0E-6)
cometm Still runs Replace instances
of cometm with the
following:
[x,y] =
mfwdtran(lat,lon);
comet(x,y,p)
cometm3 Still runs Replace instances of
cometm3 with the
following:
[x,y,z] =
mfwdtran(lat,lon,z);
comet3(x,y,z,p)
restack Still runs uistack Replace all existing
instances of restack
with uistack
grepfields Still runs textscan Replace all existing
instances of
grepfields with
textscan
fipsname Still runs shaperead Import the more
recent TIGER/Line
data set, available in
Seitenansicht 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 159 160

Kommentare zu diesen Handbüchern

Keine Kommentare