www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@abstracttype/propstocopy.m

    function p = propstocopy(this)
%PROPSTOCOPY   Returns the properties to copy that are not part of the specs.

%   Copyright 1999-2004 The MathWorks, Inc.

p = {};

% [EOF]