arrowz(startpair,endpair,varargin)
ARROWZ draws an easily adjustable arrow from startpair to endpair. These
pairs should be vectors of length 2. The input of ARROWZ can vary from 2
to 6 inputs.
This arrow can be specified by a startpair, an endpair, also the thickness and color of the shaft and the arrowhead can be customized.
ARROWZ(starpair,endpair) creates an easy arrow, a line plot from
startpair to endpair, with an additional head within the direction of the
endpair. Input format is [x y],[x y].
ARROWZ(starpair,endpair,headsize) is able to adjust the size of the head.
Default size is 1.
ARROWZ(starpair,endpair,headsize,shaftsize) sets the thickness of the
shaft to the desired size. Default size is 1.
ARROWZ(starpair,endpair,headsize,shaftsize,color) specifies the color of
the total arrow. These values should be provided as RGB. Default is black
[0 0 0].
ARROWZ(starpair,endpair,headsize,shaftsize,headcolor,shaftcolor) colors
the shaft of the arrow into a seperate color. Default is black [0 0 0].
Cite As
Stefan Broxterman (2024). arrowz(startpair,endpair,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/59660-arrowz-startpair-endpair-varargin), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: Arrow plotter
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.1.0.0 | Version 1.1: Make a fix for sharp angle of arrowhead, when increasing shaftsize. Also, plotting shaft and arrowhead in different colors is now displayed even better.
|
||
1.0.0.0 | Edit description
|