User`s guide
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