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

    function status = getstatusbyname( obj, varargin )
%GETSTATUSBYNAME get the status of some or all of the terms in this model.
%   Overloaded from xreglinear.
%
%   STATUS = MODEL.GETSTATUSBYNAME( )        % Get all term's status
%   STATUS = MODEL.GETSTATUSBYNAME( TERMS )  % Get status for certain terms
%
%   Terms may be specified using either ORDER or CHAR form.


%   Copyright 2006 The MathWorks, Inc.


status = getstatusbyname( obj.linearmodpart, varargin{:} );