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);

 Akzeptierte Antwort

Thomas
Thomas am 15 Aug. 2012
Bearbeitet: Thomas am 15 Aug. 2012

0 Stimmen

try
title('key','Fontsize',14,'Rotation',90.0)

2 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

Pan
am 15 Aug. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by