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

    function c=double(m)
% DOUBLE returns coefficient vector
%
% c=double(m)

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



c = m.Beta;