Code covered by the BSD License
function zoomBoxWindowButtonUpFcn %zoomBoxWindowButtonUpFcn Removes callbacks when button released. % % Helper function for ZOOMBOX zoomBoxWindowButtonMotionFcn rmappdata(gca, 'ZBzoomBoxStartPosition') set(gcf, 'windowButtonMotionFcn', []); set(gcf, 'windowButtonUpFcn', []); set(gcf, 'pointer', 'arrow'); % Copyright 2007 - 2009 The MathWorks, Inc.
Contact us at files@mathworks.com