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

  • 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 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
Vue de la page 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 159 160

Commentaires sur ces manuels

Pas de commentaire