www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@statespace/coefficientvariables.m

    function c = coefficientvariables(h)
%COEFFICIENTVARIABLES Coefficient variables.

%   This should be a private method.

%   Author(s): P. Costa
%   Copyright 1988-2003 The MathWorks, Inc.

c = {'A', 'B', 'C', 'D'};


% [EOF]