www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcfoundation/@actionlist/clear.m

    function clear(h)
%CLEAR Clear list of actions
%
%  h.clear removes all of the saved actions

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


delete(h.Actions);
h.Actions=[];