function z=getzoomstatus %GETZOOMSTATUS Get the zoom status for the current figure. % % ZOOMSTATUS=GETZOOMSTATUS % % GETZOOMSTATUS Gets the USERDATA if the menu item ZOOM. % % Claudio - 28 Sept, 1995 % % Copyright (c) 1995 by Claudio Rivetti and Mark Young % claudio@alice.uoregon.edu, mark@alice.uoregon.edu % z=get(findobj('tag', 'ZOOMITEM'), 'userdata'); return