I want to add a top header or banner line to a figure that has multple plots. Pseudo code is like this
figure;subplot(1,1,1);title('Big Title');subplot(2,2,1);title('Little One');subplot(2,2,2);title('Little Two');
That code generate two subplots and overwrites the 'Big Title'. The plots are saved to fig files and pdf files because not everyone had MatLab, so I'm using pdf files to communicate information with them.

 채택된 답변

Star Strider
Star Strider 2020년 4월 28일

1 개 추천

If you have R2018b or later, use the sgtitle function. For earlier versions, the File Exchange contribution suplabel will likely do what you want.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Printing and Saving에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

질문:

2020년 4월 28일

답변:

2020년 4월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by