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

    function s = getstatus(m)
%GETSTATUS Return in/out status of terms
%
%  GETSTATUS(M) returns a vector containing integers that indicate whether
%  each term in the model is in or out of the model.  

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


s = m.TermStatus;