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

    function [image,ic]= icon(TS);
% TWOSTAGE/ICON

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



if ismle(TS)
	image= 14:16;
	if nargout>1
		ic= imread([xregrespath,'\mle2.bmp']);
	end
else
	image= 11:13;
	if nargout>1
		ic= imread([xregrespath,'\tworeg.bmp']);
	end
end