label旋转

坐标轴的label可以在label axis 的时候设置旋转角度 xlabel(str,’Rotation’,Rotaiondegree)
>> xlabel(‘This is xlabel’,’Rotation’,15,’fontsize’,20)

title旋转

figure title也可以通过设置旋转属性来实现旋转,和label一样
>> hold on
>> title(‘This is title’,’rotation’,15,’fontsize’,20)