Skip to content

Instantly share code, notes, and snippets.

@Accacio
Last active September 1, 2020 12:53
Show Gist options
  • Save Accacio/7639020546e48e49f88048ba4f507318 to your computer and use it in GitHub Desktop.
Save Accacio/7639020546e48e49f88048ba4f507318 to your computer and use it in GitHub Desktop.
title(['Título'],'FontSize',9,'interpreter','latex')
legend('','')
set(gcf, 'PaperPosition', [0 0 8 7])
set(gca,'FontSize',18)
set(gca,'FontName','cmr18')
set(gcf, 'PaperSize', [8 7])
hx=get(gca,'xlabel')
hy=get(gca,'ylabel')
hz=get(gca,'zlabel')
ht=get(gca,'title')
set(hx,'FontSize',18)
set(hy,'FontSize',18)
set(hz,'FontSize',18)
set(ht,'FontSize',18)
saveas(gcf,['imagem.pdf'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment