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

    function terms = GetAllTerms(obj)
%GETALLTERMS Get a list of all terms in this model.
%
%   T = MODEL.PROPERTIES.GETALLTERMS( )
%
% See also mbcmodel.linearmodelproperties.GetIncludedTerms,
% mbcmodel.linearmodelproperties.GetTermLabel

%   Copyright 2006 The MathWorks, Inc.

m = obj.Object;

terms = GetAllTerms(m);