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

    function str= ResponseLabel(mdev);
% MODELDEV/RESPONSELABEL

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



str= ResponseLabel( model(mdev) );
if hasBest(mdev)
	str= [str,' '];
else
	str= [str,'*'];
end