www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@testplan/GetDesignMatrix.m

    function M= GetDesignMatrix(T)
%GETDESIGNMATRIX Get Design matrix from testplan.
% 
%   DESMATRIX = GETDESIGNMATRIX(TESTPLAN)

%   Copyright 2004-2005 The MathWorks, Inc.

M= DesignMatrix(T.Object);