title become to straight

1 vue (au cours des 30 derniers jours)
Pan
Pan le 15 Août 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);
  1 commentaire
Oleg Komarov
Oleg Komarov le 15 Août 2012
Please, review how to format your question with markup to make it moer readable: http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup

Connectez-vous pour commenter.

Réponse acceptée

Thomas
Thomas le 15 Août 2012
Modifié(e) : Thomas le 15 Août 2012
try
title('key','Fontsize',14,'Rotation',90.0)
  2 commentaires
Pan
Pan le 15 Août 2012
hi, whether the title not ptu top, title could put left side.
Thomas
Thomas le 15 Août 2012
I guess you could use the ylabel to put in on the Left side
imshow(xi(:,:,:,1))
ylabel('key')

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by