The matlab quiver arrow is lying down.
3 views (last 30 days)
Show older comments
I drew a graph using the matlab quiver function, but the arrows appear in 3D on a plane, so it is difficult to recognize them.
The x-axis is observation time, the y-axis is altitude, and u and v are wind components.
figure()
quiver(time,Height,uu,vv)

0 Comments
Answers (1)
See Also
Categories
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!