How to make the arrow smaller quiver
Show older comments
Hi, so I'm plotting vector in 3d using quiver, but I get something like this.
The code I'm using is the following :
quiver3(0,0,0,B(1),B(2),B(3),'r')
where B is :
0.2512
0.0080
0.3831

I'm trying to get something like this, where the head of the arrow isn't too wide.
quiver3(0,0,0,1,1,1,'b')

Thank you
Accepted Answer
More Answers (0)
Categories
Find more on Vector Fields in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
