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

    function OK = isGTS(TS)
%isGTS is a global two-stage model (not a point-by-point container)
%    OK = isGTS(TS)

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

OK = isGTS(TS.Local);