function fig1() % 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 fig1 a = figure('Color',[0.8 0.8 0.8], ... 'Colormap',mat0, ... 'NextPlot','replacechildren', ... 'PointerShapeCData',mat1, ... 'Position',[120 120 560 420]); b = axes('Parent',a, ... 'Box','on', ... 'CameraUpVector',[0 1 0], ... 'Color',[1 1 1], ... 'ColorOrder',mat2, ... 'XColor',[0 0 0], ... 'YColor',[0 0 0], ... 'ZColor',[0 0 0]); c = line('Parent',b, ... 'Color',[0 0 1], ... 'XData',mat3, ... 'YData',mat4); c = line('Parent',b, ... 'Color',[0 0.5 0], ... 'LineStyle','-.', ... 'XData',mat5, ... 'YData',mat6); c = line('Parent',b, ... 'Color',[1 0 0], ... 'LineStyle',':', ... 'XData',mat7, ... 'YData',mat8); c = text('Parent',b, ... 'Color',[0 0 0], ... 'HandleVisibility','callback', ... 'HorizontalAlignment','center', ... 'Position',[-0.00230947 -0.0985337 0], ... 'String','cos(\theta)', ... 'VerticalAlignment','cap'); set(get(c,'Parent'),'XLabel',c); c = text('Parent',b, ... 'Color',[0 0 0], ... 'HandleVisibility','callback', ... 'HorizontalAlignment','center', ... 'Position',[-1.13395 0.693842 0], ... 'Rotation',90, ... 'String','d\sigma/d\Omega(arbitrary units)', ... 'VerticalAlignment','baseline'); set(get(c,'Parent'),'YLabel',c); c = text('Parent',b, ... 'Color',[0 0 0], ... 'HandleVisibility','callback', ... 'HorizontalAlignment','center', ... 'Position',[-0.00230947 1.42874 0], ... 'String','Electron Angular Distribution - Photoelectric Effect', ... 'VerticalAlignment','bottom'); set(get(c,'Parent'),'Title',c); b = axes('Parent',a, ... 'Box','on', ... 'ButtonDownFcn','moveaxis', ... 'CameraUpVector',[0 1 0], ... 'CLimMode','manual', ... 'Color',[1 1 1], ... 'ColorOrder',mat9, ... 'DrawMode','fast', ... 'NextPlot','add', ... 'Position',[0.207429 0.709754 0.188286 0.145246], ... 'Tag','legend', ... 'UserData',mat10, ... 'XColor',[0 0 0], ... 'XLimMode','manual', ... 'XTick',-1, ... 'XTickLabelMode','manual', ... 'XTickMode','manual', ... 'YColor',[0 0 0], ... 'YLimMode','manual', ... 'YTick',-1, ... 'YTickLabelMode','manual', ... 'YTickMode','manual', ... 'ZColor',[0 0 0]); c = text('Parent',b, ... 'FontUnits','normalized', ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 0], ... 'FontSize',0.218579, ... 'Position',[0.617413 0.75 0], ... 'String','\beta=0.1'); c = line('Parent',b, ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 1], ... 'XData',[0.0823217 0.411608], ... 'YData',[0.75 0.75]); c = text('Parent',b, ... 'FontUnits','normalized', ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 0], ... 'FontSize',0.218579, ... 'Position',[0.617413 0.5 0], ... 'String','\beta=0.5'); c = line('Parent',b, ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0.5 0], ... 'LineStyle','-.', ... 'XData',[0.0823217 0.411608], ... 'YData',[0.5 0.5]); c = text('Parent',b, ... 'FontUnits','normalized', ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 0], ... 'FontSize',0.218579, ... 'Position',[0.617413 0.25 0], ... 'String','\beta=0.9'); c = line('Parent',b, ... 'ButtonDownFcn','moveaxis', ... 'Color',[1 0 0], ... 'LineStyle',':', ... 'XData',[0.0823217 0.411608], ... 'YData',[0.25 0.25]);