direction of quiver arrows
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I was using quiver to plot a vector field. The details of the code is not relevant here. As can be seen from the figure the vector [-21,-21] is pointing 45 from the positive horizonta when it should be in the reverse direction. Why?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/423853/image.png)
6 comentarios
Rik
el 23 de Nov. de 2020
I don't see your issue.
quiver(1.5, 1.5, -21, -21),axis([-20 20 -20 20])
Respuestas (0)
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!