www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregmultigraph2d/private/pr_badim.m

    function im=pr_badim
%PR_BADIM  Load image data
%
%   IM=PR_BADIM loads and returns the image data that is displayed on a
%   graph2d object when it is too small to be displayed

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


loc = mfilename('fullpath');
loc = fileparts(loc);
im = fullfile(loc, 'badim.bmp');