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

8 views (last 30 days)
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?

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!