www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@PointerRepository/stackClearAndReset.m

    function stackClearAndReset(pr,fH)
%STACKCLEARANDRESET Clear stack and reset the figure pointer
%
%  STACKCLEARANDRESET(PR, FIG) clears the figure stack and resets the
%  figure pointer to the default arrow.

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


pr.stackClear(fH);
pr.SetPointer(fH,'arrow');