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

1 件のコメント

Oleg Komarov
Oleg Komarov 2012 年 8 月 15 日
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

サインインしてコメントする。

 採用された回答

Thomas
Thomas 2012 年 8 月 15 日
編集済み: Thomas 2012 年 8 月 15 日

0 投票

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

2 件のコメント

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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFilename Construction についてさらに検索

タグ

質問済み:

Pan
2012 年 8 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by