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

    function [r,ok]=regression(m)
% r=REGRESSION(m) returns the regression matrix for the model m

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



[r,ok]=regression(get(m,'currentmodel'));