title become to straight

1 view (last 30 days)
Pan
Pan on 15 Aug 2012
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.
Thomas
Thomas on 15 Aug 2012
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 Structures in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!