www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgtabgradconstraint/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 2006 The MathWorks, Inc.

file = cgrespath('optimcontabgradlarge.bmp');