www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/@fdadesignpanel/@bsfreqpassstop/allprops.m

    function props = allprops(this) %#ok
%ALLPROPS Returns the names of all the properties of the object

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

props = {'Fpass1', 'Fstop1', 'Fstop2', 'Fpass2'};

% [EOF]