quiver3 arrow color corresponding to magnitude
问题 I want the color of each arrow in a quiver3 plot from MATLAB to correspond to the magnitude of each arrow. Is there any way to do that? I saw a few examples online that are able to do this for the 2D quiver , however none of them work for the 3D variant, quiver3 . I have the following plot and want to replace the blue arrows with a color corresponding to their magnitude. 回答1: In the old graphics system (R2014a and earlier) this is not possible using the built-in quiver object. You can easily