www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fspecs/@bpcutoffwas/getdesignpanelstate.m

    function s = getdesignpanelstate(this)
%GETDESIGNPANELSTATE   Get the designpanelstate.

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

% Return [] because FDATool does not support this.
s = [];

% [EOF]