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

    function is= isTransOneSide(m)
%isTransOneSide  transform on output only

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

is = ~isempty(m.Output.Transform) & ~m.TransBS;