function fig = fig_linacc() % 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_linacc 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], ... 'XLim',[-2 2], ... 'XLimMode','manual', ... 'YColor',[0 0 0], ... 'YLim',[-2 2], ... 'YLimMode','manual', ... 'ZColor',[0 0 0]); h2 = line('Parent',h1, ... 'Color',[0 0 1], ... 'XData',mat3, ... 'YData',mat4); h2 = line('Parent',h1, ... 'Color',[0 0.5 0], ... 'LineStyle',':', ... 'XData',mat5, ... 'YData',mat6); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'HandleVisibility','off', ... 'HorizontalAlignment','center', ... 'Position',[-0.004618937644341958 2.082111436950147 17.32050807568877], ... 'String','Linear Acceleration - Radiation Pattern', ... 'VerticalAlignment','bottom'); set(get(h2,'Parent'),'Title',h2); h2 = text('Parent',h1, ... 'Color',[0 0 0], ... 'DeleteFcn','eval(''delete(get(gcbo,''''userdata''''))'','''')', ... 'HandleVisibility','off', ... 'Tag','Legend', ... 'UserData',5.000732421875, ... 'Visible','off'); h1 = axes('Parent',h0, ... 'Box','on', ... 'ButtonDownFcn','moveaxis', ... 'CameraUpVector',[0 1 0], ... 'CLimMode','manual', ... 'Color',[1 1 1], ... 'ColorOrder',mat7, ... 'DeleteFcn','legend(''DeleteLegend'')', ... 'DrawMode','fast', ... 'NextPlot','add', ... 'Position',[0.1627857142857143 0.4658659147869674 0.2150714285714286 0.09865789473684211], ... 'Tag','legend', ... 'UserData',mat8, ... '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]); h2 = text('Parent',h1, ... 'FontUnits','normalized', ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 0], ... 'FontSize',0.3174603174603174, ... 'Position',[0.5405181002989039 0.6666666666666667 0], ... 'String','\beta = 0.01'); h2 = line('Parent',h1, ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 1], ... 'XData',[0.07206908003985386 0.3603454001992694], ... 'YData',[0.6666666666666667 0.6666666666666667]); h2 = line('Parent',h1, ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 1], ... 'LineStyle','none', ... 'XData',0.2162072401195616, ... 'YData',0.6666666666666667); h2 = text('Parent',h1, ... 'FontUnits','normalized', ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0 0], ... 'FontSize',0.3174603174603174, ... 'Position',[0.5405181002989039 0.3333333333333334 0], ... 'String','\beta = 0.30'); h2 = line('Parent',h1, ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0.5 0], ... 'LineStyle',':', ... 'XData',[0.07206908003985386 0.3603454001992694], ... 'YData',[0.3333333333333334 0.3333333333333334]); h2 = line('Parent',h1, ... 'ButtonDownFcn','moveaxis', ... 'Color',[0 0.5 0], ... 'LineStyle','none', ... 'XData',0.2162072401195616, ... 'YData',0.3333333333333334); if nargout > 0, fig = h0; end