subtitle on a 2x2 grid plot using sgtitle?

I have a 2x2 subplot with a 2 line title using a multiline cell array tile;
sgt = sgtitle({folderName,fileName});
which works fine.
What I would like is to be able to change the properties of the individual lines of text i.e. the first line (folderName) to be bold and 2 points bigger in fontsize.

 Accepted Answer

folderName = 'MATLAB folder';
fileName = 'test.m';
sgt = sgtitle({['{\bf\fontsize{14}' folderName '}'],fileName});

2 Comments

you absolute donny don!
thank you, Voss!
You're welcome!

Sign in to comment.

More Answers (0)

Products

Release

R2020a

Asked:

on 16 Jun 2022

Commented:

on 16 Jun 2022

Community Treasure Hunt

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

Start Hunting!