www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/+mbccrosssectiongui/@GraphView/resetZoom.m

    function resetZoom(obj)
%RESETZOOM Reset the zoom on all graphs
%
%  RESETZOOM(OBJ) resets the zooming on all graphs so no zooming is
%  present.

%  Copyright 2014-2015 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.pResetZoom;
obj.GraphTable.update;