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

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

%   Copyright 2008 The MathWorks, Inc.

p = {'CombType'};

% [EOF]