How do i put a title for my entire subplot?

i have a 3x3 subplot with the first component looking like this:
subplot(3,3,1),plot(AnkleAng_X(:,1:5))
title('Transverse Plane')
ylabel('Ankle Angle(°)')
I want to put a title at the top of the subplot. My code will create 4, 3x3 subplots so i need titles to differentiate each of them.

 Réponse acceptée

Image Analyst
Image Analyst le 8 Déc 2014

1 vote

3 commentaires

Leelai
Leelai le 13 Déc 2014
works great thanks!
Souarv De
Souarv De le 18 Fév 2021
Awesome. It works.
Image Analyst
Image Analyst le 19 Fév 2021
But that was the 7 year old answer. Now the preferred way is to use sgtitle() like Cris mentioned below, instead of suptitle().

Connectez-vous pour commenter.

Plus de réponses (1)

Cris LaPierre
Cris LaPierre le 25 Oct 2018

12 votes

There is now (in r2018b) a function in base MATLAB for placing a title over a grid of subplots. It is called sgtitle.

Community Treasure Hunt

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

Start Hunting!

Translated by