3D图的标签旋转

时间:2015-10-19 17:16:21

标签: matlab matlab-figure axis-labels

我正在尝试在Matlab(R2015a)中旋转轴标签。这是我的尝试:

view([49 14])
set(get(gca,'XLabel'),'Rotation',-13);
set(get(gca,'YLabel'),'Rotation',13);
%set(get(gca,'YLabel'),'Rotation',25);
xlabel('Mean Delivery Rate $$a_1$$','Interpreter', 'Latex')
ylabel('Mean Delivery Rate $$a_2$$','Interpreter', 'Latex')
zlabel('Mean Delivery Rate $$a_3$$','Interpreter', 'Latex')

产生: enter image description here

这个数字不太好......如何让旋转更好?

0 个答案:

没有答案