www.gusucode.com > rtw 工具箱matlab源码程序 > rtw/enableLegacyTFL.m

    function oldVal = enableLegacyTFL(val)
%ENABLELEGACYTFL - Enable the legacy behavior of the TFL sum replacement
    
%   Copyright 2012 The MathWorks, Inc.
oldVal = rtwprivate('enableLegacyTFLSumReplacement',val);