function def(s1,s2) % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. This may cause problems with any callbacks written to % depend on the value of the handle at the time the object was saved. % % To reopen this object, just type the name of the M-file at the MATLAB % prompt. The M-file and its associated MAT-file must be on your path. load def a = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[341 -65 560 420], ... 'Tag','Fig1'); b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.752941 0.752941 0.752941], ... 'Position',[120 223.5 132.75 61.5], ... 'String',mat2, ... 'Style','text', ... 'Tag','StaticText1'); b = uicontrol('Parent',a, ... 'Units','points', ... 'Callback','defgridi(s1,s2);pause;close', ... 'Position',[121.5 172.5 131.25 15.75], ... 'String','Display', ... 'Tag','Pushbutton1'); b = uicontrol('Parent',a, ... 'Units','points', ... 'Callback','close', ... 'Position',[121.5 138 132.75 18], ... 'String','Do not display', ... 'Tag','Pushbutton2');