www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/@siggui/@firceqripoptsframe/setstate.m

    function setstate(this, state)
%SETSTATE   Set the state.

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

set(this, 'IsMinPhase', state.isMinPhase, ...
    'StopbandSlope', state.StopbandSlope);

% [EOF]