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

    function [image,selim]= icon(mdev,type);
% MODELDEV/ICON

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



im= 17:19;
image= im(1);
selim= im(2);

if nargin==2 & strcmp(type,'best')
	selim= im(3);
elseif status(mdev)==2
	image= im(3);
end