How do i put a title for my entire subplot?
Show older comments
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.
Accepted Answer
More Answers (1)
Cris LaPierre
on 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.
Categories
Find more on Title in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!