gpt4 book ai didi

matlab - 旋转 MATLAB 图例

转载 作者:太空宇宙 更新时间:2023-11-03 20:35:00 24 4
gpt4 key购买 nike

有没有办法在绘图中旋转 MATLAB 图例?下图应该阐明我的要求。 LegendRotation

最佳答案

图例函数可以返回 serval args:

[leg,labelhandles,outH,outM] = legend(varargin)

当你要求第二个参数时,你会得到所有 child 的列表,然后你可以使用菲尔的答案:

set(hc(3),'Position',[0.5 0.6 0],'Rotation',90); % Relocate and rotate text
set(hc(2),'Xdata',[0.5 0.5],'YData',[0.1 0.5]); % rotate the line
set(hc(1),'XData',0.5,'YData',0.3); % R

这对于 matlab 2021b 是正确的

关于matlab - 旋转 MATLAB 图例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24376576/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com