www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregtools/@MBrowser/ResetView.m

    function ResetView(h)
%RESETVIEW  refresh the current view
%
%   ResetView(h)

%  Copyright 2000-2007 The MathWorks, Inc. and Ford Global Technologies, Inc.


% call MBrowser Hide, show and view so we do MBrowser tasks such as closing subfigures
h.HideNode;
h.ShowNode;
h.ViewNode;