MATLAB MAPPING TOOLBOX RELEASE NOTES User's Guide Page 43

  • Download
  • Add to my manuals
  • Print
  • Page
    / 160
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 159 160

Comments to this Manuals

No comments