How to get the the arrow length as legend in quiver function ?????

I am plotting vectors using quiver function.quiver(x,y,u,v)
suppose u and v are wind components arrow should show something similar to this (----> 3 m/s). length of the arrow should show as legend.
how can I do this with the help of quiver function.
Thanks in advance

 Accepted Answer

I had the same problem. I finally used the following workaround: 'hold on' the figure and use the 'quiver' command again in order to display just one vertical vector of a given length. Then write its length using e.g. text command. Mind the 'AutoScale' option, you better disable it in all 'quiver' commands in order to be sure about the vector length.
This solution requires that you have some empty space in your plot in order to display this extra vector and its length. Moreover, it does not display the reference vector in the legend but I think that this is ok.

1 Comment

Can you please share the code and show how to generate just one vertical vector as legend.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 9 Feb 2016

Edited:

on 3 Jul 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!