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

    function file = largeIcon(obj)
%LARGEICON Filename for large icon
%
%  FILE = LARGEICON(OBJ) returns the fully qualified path to a (40-by-40)
%  icon for the item.

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


file = cgrespath('optimobjsumlarge.bmp');