www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@conswitch/largeicon.m

    function file=largeicon(con)
%LARGEICON  Filename for large icon
%
%  FILE=LARGEICON(CON)
%
%  See also CONBASE.

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


file = xregrespath( 'conswitch.bmp' );

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|