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

    function z=z21matrix(m)
%xreglinear/Z21MATRIX   Z2.1 matrix
%   z=z21matrix(m,Xc)  computes z21 matrix.  
%   Requires QR data to be initialised

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



z=z21matrix(get(m,'currentmodel'));