Plotting winds with quiver functions

13 views (last 30 days)
Hi,
I am using the quiverm function on a map of the world and have wind data.
Ideally I want to know whether it is possible to plot arrows of the quiver function as wind barbs? That or I need to be able to plot a legend with the magnitude of the wind as the size of an arrow?
So basically my aim is to show the magnitude of my winds, rather than just a few arrows, that could be 0.1 10 or 100m/s
Does anyone know how to do this, as I cannot find anything related to this on the matlab documentation?
Thanks

Accepted Answer

Sean de Wolski
Sean de Wolski on 22 Feb 2012
FEX:ncquiverref looks like it might help you.
  2 Comments
Chad Greene
Chad Greene on 29 Jul 2014
Alternatively, quivermc is an adapted version of ncquiverref with different plotting options.

Sign in to comment.

More Answers (1)

Chad Greene
Chad Greene on 22 Jul 2014

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!