在Matlab 2015b中的quiver() - 小箭头

时间:2016-01-10 20:31:31

标签: r matlab

我正在使用quiver()来显示流量大小和方向,但箭头很小,如图所示。箭头按AutoScaleFactor = 0.1进行缩放,以防止线条重叠。更改MaxHeadSize不会做任何事情!

quiver plot[![][1]] 2

我已经阅读了有关更改箭头大小和样式的所有先前问题,甚至从MatlabCentral下载了一些函数。但似乎没有任何效果。我想在最近的一个Matlab版本中改变了箭头图的数据结构。具体而言(取自:In Matlab how do I change the arrow head style in quiver plot?),

hq1 = quiver(x,y,u,v);
hkid = get(hq1,'children');

结果为hkid=empty

当我尝试使用annotation()时,我最终得到了奇怪形状和位置的箭头。

提前感谢任何帮助(包括推荐给R套餐)。

1 个答案:

答案 0 :(得分:2)

有一个最新版本的箭头到注释代码,分别控制箭头大小和头部宽度/大小:

In Matlab how do I change the arrow head style in quiver plot?

这是图

enter image description here