User`s guide

12-5
Name Stage Compatibility Considerations
eastof Warns If you are using degrees, replace
eastof(lon, meridian, 'degrees')
with
meridian + mod(lon - meridian, 360)
and if you are using radians, replace
eastof(lon, meridian, 'radians')
with
meridian + mod(lon - meridian, 2*pi)
imagem Errors Replace all existing instances of imagem with grid2image.
smoothlong Warns Use unwrapMultipart instead. This function requires its input
to be in radians. When working in degrees, use
radtodeg(unwrapMultipart(degtorad(lon)))
tgrline Still
runs
More recent Tiger/Line
®
data sets are available in shapefile
format and can be imported using shaperead.
unitstr Warns The syntax
str = unitstr(str,'times')
has already been removed.
westof Warns If you are using degrees, replace
westof(lon, meridian, 'degrees')
with
meridian - mod(meridian - lon, 360)
and if you are using radians, replace
westof(lon, meridian, 'radians')
with
meridian - mod(meridian - lon, 2*pi)
Functions Removed in R2009b
deg2dm hms2hm hr2sec sec2hms cmapui
deg2dms hms2hr mat2dms sec2hr tigermif