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

    function OK = istransient(TS)
%ISTRANSIENT a xregtwostage is transient if its local model is transient.
%
% OK = istransient(L);

%  Copyright 2008 The MathWorks, Inc. and Ford Global Technologies, Inc.

OK = istransient(TS.Local);