Filter löschen
Filter löschen

title become to straight

1 Ansicht (letzte 30 Tage)
Pan
Pan am 15 Aug. 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);

Akzeptierte Antwort

Thomas
Thomas am 15 Aug. 2012
Bearbeitet: Thomas am 15 Aug. 2012
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 Structures finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by