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

    function b= linparameters(TS);
% TWOSTAGE/LINPARAMETERS all the global linear model parameters 

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



b=[];
for i=1:length(TS.Global)
	b=[b ; linparameters(TS.Global{i})];
end