Quiver function
显示 更早的评论
回答(1 个)
Raj
2023-11-17
Hello KaMu,
Using the 'quiver' function you can plot quiver or vector plot
quiver(U,V)
- If U and V are vectors, then the x-coordinates of the arrows range from 1 to the number of elements in U and V, and the y-coordinates are all 1.
- If U and V are matrices, then the x-coordinates of the arrows range from 1 to the number of columns in U and V, and the y-coordinates of the arrows range from 1 to the number of rows in U and V.
Additionally you can also refer to the documentation of 'quiver' function for detailled understanding-
I hope this helps!
类别
在 帮助中心 和 File Exchange 中查找有关 Vector Fields 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!