quiver
Plotting
Vector field plot. Draws arrows at (X, Y) with components (U, V).
Syntax
quiver(X, Y, U, V)
quiver(X, Y, U, V, scale)
Examples
g = meshgrid(-2:1:2, -2:1:2); quiver(g.X, g.Y, -g.Y, g.X)▶ Run
See Also
Try SimLab — Free MATLAB® Alternative
466 functions. Runs in your browser. No install.
Open SimLab