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

    function A = geta(Hd, A)
%GETA Overloaded get function on the A property.
  
%   Author: V. Pellissier
%   Copyright 1988-2003 The MathWorks, Inc.

A = Hd.privA;