function fig = fig_EB() % 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_EB 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], ... 'YColor',[0 0 0], ... 'ZColor',[0 0 0]); h2 = line('Parent',h1, ... 'Color',[0 0 1], ... 'XData',mat3, ... 'YData',mat4); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',mat5, ... 'String','Motion in E, B fields - 50 kV/cm, 40 kG, 30 degrees', ... 'VerticalAlignment','bottom'); set(get(h2,'Parent'),'Title',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[0.3990762124711317 -0.002781524926686217 17.32050807568877], ... 'String',' z/z_{max}', ... 'VerticalAlignment','cap'); set(get(h2,'Parent'),'XLabel',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[-0.06096997690531178 -0.0005175953079178883 17.32050807568877], ... 'Rotation',90, ... 'String',' x - ztan(\theta)', ... 'VerticalAlignment','baseline'); set(get(h2,'Parent'),'YLabel',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','right', ... 'Position',[-0.1348729792147806 0.001851906158357771 17.32050807568877], ... 'Visible','off'); set(get(h2,'Parent'),'ZLabel',h2); if nargout > 0, fig = h0; end