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

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?

 Risposta accettata

title()
Just add
title('Here is my title')
before you save the figure.

2 Commenti

Where to put that?!! I didn't figure out how to use it? Is it the title for the top of figure?
OK I got it
Thank you :)

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by