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

    function state = getstate(this)
%GETSTATE   Return the state.

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

state = siggui_getstate(this);

% [EOF]