User`s guide
16-13
• timedim
Compatibility Considerations
These functions now raise errors when they are invoked. They will be completely
removed in a future version of the toolbox. No substitutes have been provided, as no
operations of the toolbox have ever depended on them.
cmapui GUI is now Obsolete
cmapui GUI will be completely removed from the next Mapping Toolbox version.
Compatibility Considerations
It now errors if you attempt to use it. Use the MATLAB colormapeditor GUI instead,
which provides better functionality. You can also use the Colormap drop-down menu in
the Property Editor (part of the MATLAB plotting tools and available via the propedit
command) to select a built-in colormap; the custom option on that drop-down menu
opens colormapeditor. To set up a colormap for terrain displays, you can use the
demcmap function. To generate an appropriate (but random) colormap for political maps,
use the polcmap function.
Functions tigermif and tigerp Are Obsolete and Error if Used
The following functions error and issue an error message when you attempt to use them:
• tigerp — Read TIGER p and pa thinned boundary files (ArcInfo format)
• tigermif — Read the TIGER MIF thinned boundary file (MapInfo format)
Compatibility Considerations
In place of these format readers, download U.S. Census cartographic boundary files in
shapefile format and use shaperead to import them.