% Increases font size and line widths of the current figure. set(gca,'FontSize',16); c = get(gca,'Children'); for i = 1:length(c), set(c(i),'LineWidth',2); set(c(i),'MarkerSize',12); end