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

    function [upper, lower, lbls] = setstrs(this) %#ok
%SETSTRS Returns the strings to use to setup the contained object/

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

upper = {'DpassUpper', 'DstopUpper'};
lower = {'DpassLower', 'DstopLower'};
lbls  = {'Dpass', 'Dstop'};

% [EOF]