function numobj() % 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 numobj a = figure('Units','points', ... 'Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[160.5 93.75 420 315], ... 'Tag','Fig1'); b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.752941 0.752941 0.752941], ... 'ButtonDownFcn','Select number of objects in clutter background', ... 'FontSize',24, ... 'Position',[204.75 158.25 172.5 94.5], ... 'String','Select number of objects in background', ... 'Style','text', ... 'Tag','StaticText1'); b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.752941 0.752941 0.752941], ... 'Callback','N=get(gco, ''Value''); save W N', ... 'Max',300, ... 'Position',[34.5 31.5 57 219.75], ... 'Style','slider', ... 'Tag','Slider1', ... 'Value',127.2); b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.752941 0.752941 0.752941], ... 'FontSize',24, ... 'Position',[104.25 230.25 45 32.25], ... 'String','300', ... 'Style','text', ... 'Tag','StaticText2'); b = uicontrol('Parent',a, ... 'Units','points', ... 'BackgroundColor',[0.752941 0.752941 0.752941], ... 'FontSize',24, ... 'Position',[105 19.5 46.5 30], ... 'String','0', ... 'Style','text', ... 'Tag','StaticText3');