www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@basefilter/copy.m

    function Hcopy = copy(this)
%COPY   Copy this object.

%   Author(s): J. Schickler
%   Copyright 1988-2004 The MathWorks, Inc.

Hcopy = loadobj(this);

% [EOF]