function fig = bin_noise_create() % 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 bin_noise_create h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[225 120 560 420], ... 'Tag','Fig1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[60 210.75 327.75 69.75], ... 'String','SELECT BINARY NOISE LEVEL IN PERCENT', ... 'Style','text', ... 'Tag','StaticText1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'Callback','errorb =get(gco,''Value'');save Noise errorb', ... 'ListboxTop',0, ... 'Max',10, ... 'Position',[58.5 107.25 347.25 25.5], ... 'Style','slider', ... 'Tag','Slider1'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[65.25 137.25 22.5 24], ... 'String','O', ... 'Style','text', ... 'Tag','StaticText2'); h1 = uicontrol('Parent',h0, ... 'Units','points', ... 'BackgroundColor',[0.752941176470588 0.752941176470588 0.752941176470588], ... 'FontSize',22, ... 'ListboxTop',0, ... 'Position',[372 135 42.75 25.5], ... 'String','10', ... 'Style','text', ... 'Tag','StaticText3'); if nargout > 0, fig = h0; end