title become to straight

Hi,I want to ask the title could become to straight not row.
If you know ,please me, thanks!!
this is code. imshow(xi(:,:,:,1)); title('key,'Fontsize',14);

 Accepted Answer

Thomas
Thomas on 15 Aug 2012
Edited: Thomas on 15 Aug 2012
try
title('key','Fontsize',14,'Rotation',90.0)

2 Comments

Pan
Pan on 15 Aug 2012
hi, whether the title not ptu top, title could put left side.
I guess you could use the ylabel to put in on the Left side
imshow(xi(:,:,:,1))
ylabel('key')

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Asked:

Pan
on 15 Aug 2012

Community Treasure Hunt

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

Start Hunting!