title become to straight

조회 수: 1 (최근 30일)
Pan
Pan 2012년 8월 15일
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일
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개)

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by