User`s guide

R2014a
3-2
Zoom via Standard MATLAB Tools and Functions
In the colorm, maptool, maptrim, and seedm interfaces, zoom and pan operations are
now provided through the standard MATLAB tools. The panzoom function is now nearly
the same as the MATLAB zoom function.
Compatibility Considerations
panzoom will be removed in a future release. You can use zoom instead of panzoom
for all panning and zooming operations, except for 'fullview'. To replace zoom
fullview, use the following sequence of commands:
axis auto % Reset the axes limits
zoom reset % Clear the zoom limit settings
zoom on % Enable/re-enable zoom
Streamlined maptool Interface
The maptool interface is simpler and more standard.
The MATLAB figure toolbar is no longer hidden when maptool is opened.
The Zoom, Rotate, and Origin buttons are no longer added to the map axes when
maptool is opened.
The Zoom Tool and Rotate entries are no longer present in the Tools menu that
maptool adds to the current figure.
The Edit—>Latest Object entry is no longer present in the Tools menu.
The MLimits button is no longer present on the contour dialogs invoked via
maptool.
Opening maptool no longer adds a Session menu to the figure.
Compatibility Considerations
You should use the standard MATLAB Zoom In, Zoom Out, Pan, and Rotate tools to
zoom, pan, and rotate your axes. There is no replacement for Tools->Edit->Latest
Object. There are no replacements for the MLimits button or the Session menu.