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

 Risposta accettata

Thomas
Thomas il 15 Ago 2012
Modificato: Thomas il 15 Ago 2012
try
title('key','Fontsize',14,'Rotation',90.0)

2 Commenti

Pan
Pan il 15 Ago 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')

Accedi per commentare.

Più risposte (0)

Categorie

Tag

Richiesto:

Pan
il 15 Ago 2012

Community Treasure Hunt

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

Start Hunting!

Translated by