www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimoutput/iconfile.m

    function fl = iconfile(obj)
%ICONFILE  Return the filename of a bmp
%
%  FL = ICONFILE(OBJ) returns the filename of a bmp that should be used as
%  an icon for this object.

%  Copyright 2005 The MathWorks, Inc.


fl = 'optimoutnode.bmp';