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

    function terms = GetAllTerms(m)
%GETALLTERMS Get a list of all terms in this model.
%
%   T = GETALLTERMS( )

%   Copyright 2006 The MathWorks, Inc.

terms = labels(m,0);