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

    function str= ResponseLabel(m,Trans)
%RESPONSELABEL
%
%  str= ResponseLabel(m,Trans)

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

if nargin<2
    Trans = false;
end

str = ResponseLabel(m.Output,Trans);