function [] = detailedPlot2d(MAT); % myplot2(M) ---- Plotting function with statements to manipulate the % axis and plot options. p = plot(MAT(:,2),MAT(:,3),'o'); axis([-60,60,-60,60]) set(p,'markersize',4,'markeredgecolor','k','markerfacecolor','k') set(gca,'color','w','xcolor','k','ycolor','k','fontweight','bold',... 'fontsize',12) set(gcf,'color','none')