www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregarx/double.m

    function beta = double( m )
%XREGARX/DOUBLE   Parameters of model
%   BOUBLE(M) returns the parameters (coefficients) of the dynamic ARX model M.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


beta = double( m.StaticModel );

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|