www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@tradeoffGraphView/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 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.pResetZoom;
obj.hGraphTable.update;