- 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.
Quiver function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, How does quiver plot the arrows from u and v?
0 comentarios
Respuestas (1)
Raj
el 17 de Nov. de 2023
Hello KaMu,
Using the 'quiver' function you can plot quiver or vector plot
quiver(U,V)
Additionally you can also refer to the documentation of 'quiver' function for detailled understanding-
I hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Vector Fields en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!