Plot With Direction
Version 1.1.0.0 (1.35 KB) by
Kangwon Lee
Plot column vectors with arrows pointing to the next elements.
function [h1, h2] = plot_dir (vX, vY)
Plotting x-y variables with direction indicating vector to the next element.
Example
vX = linspace(0,2*pi, 10)';
vY = sin (vX);
plot_dir(vX, vY);
Plot and quiver functions used.
Cite As
Kangwon Lee (2026). Plot With Direction (https://uk.mathworks.com/matlabcentral/fileexchange/1676-plot-with-direction), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R10
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Vector Fields >
Find more on Vector Fields in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: Plot directed, DIRECTEDPLOT
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
