function fig = fig_prof() % 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 fig_prof h0 = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'PointerShapeCData',mat1, ... 'Position',[120 120 560 420]); h1 = axes('Parent',h0, ... 'Box','on', ... 'CameraUpVector',[0 1 0], ... 'Color',[1 1 1], ... 'ColorOrder',mat2, ... 'XColor',[0 0 0], ... 'XGrid','on', ... 'XLim',[1 96], ... 'XLimMode','manual', ... 'YColor',[0 0 0], ... 'YGrid','on', ... 'YLim',[0.1 100], ... 'YLimMode','manual', ... 'YScale','log', ... 'ZColor',[0 0 0], ... 'ZGrid','on'); h2 = line('Parent',h1, ... 'Color',[0 0 1], ... 'LineStyle','none', ... 'Marker','o', ... 'XData',mat3, ... 'YData',mat4); h2 = line('Parent',h1, ... 'Color',[0 0.5 0], ... 'LineStyle','none', ... 'Marker','*', ... 'XData',mat5, ... 'YData',mat6); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[48.39030023094689 115.2347801825254 17.32050807568877], ... 'String','Energy Profile, 270 GeV pions on Pb', ... 'VerticalAlignment','bottom'); set(get(h2,'Parent'),'Title',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[48.39030023094689 0.0614973362808311 17.32050807568877], ... 'String','layer #', ... 'VerticalAlignment','cap'); set(get(h2,'Parent'),'XLabel',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[-6.240184757505775 3.067633833666273 17.32050807568877], ... 'Rotation',90, ... 'String','Energy/layer(arbitrary units)', ... 'VerticalAlignment','baseline'); set(get(h2,'Parent'),'YLabel',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','right', ... 'Position',mat7, ... 'Visible','off'); set(get(h2,'Parent'),'ZLabel',h2); if nargout > 0, fig = h0; end