www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@sweepsetfilter/create.m

    function ssf = create(ssf)
% SWEEPSETFILTER/CREATE ensures that the sweepsetfilter points to a valid heap position
%
% If the object already points to a valid heap position nothing happens

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



if ~isvalid(ssf.pSweepset)
	ssf.pSweepset = xregpointer(sweepset);
end