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

    function out= supportTBS(m);
% MODEL/supportTBS indicates that model supports Transform Both Sides
%
% default is 1. Overload this function if it doesn't

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



out=1;