www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgconconstraint/largeiconfile.m

    function fl = largeiconfile(obj)
%LARGEICONFILE Return the filename of a bmp
%
%  FL=LARGEICONFILE(OBJ) returns the filename of a (40-by-40) bmp that
%  should be used as an icon for this expression.

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


if ~isempty(obj.ConObject)
    fl = largeicon(obj.ConObject);
else
    fl = largeiconfile(obj.cgconstraint);
end