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

    function pResetZoom(obj)
%PRESETZOOM Reset the zoom data so that no graphs are zoomed
%
%  PRESETZOOM(OBJ) is called when the zoom states of the graphs need to be
%  reset.

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


obj.DataModel.resetZoom;