How can I add a title in in the jpeg- or pdf-format saved file?

4 visualizaciones (últimos 30 días)
Hey,
I use saveas(gcf,'filename','pdf') in order to save my figure as pdf file. However, I am not sure ho I can add a title to my Figure to be included in the PDF file when I open it.
Could you give me a hint please? Can I do the same for jpeg files?

Respuesta aceptada

Wayne King
Wayne King el 6 de Oct. de 2011
title()
Just add
title('Here is my title')
before you save the figure.
  2 comentarios
M G
M G el 6 de Oct. de 2011
Where to put that?!! I didn't figure out how to use it? Is it the title for the top of figure?
M G
M G el 6 de Oct. de 2011
OK I got it
Thank you :)

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by