arrowz(startpair,en​dpair,varargin)

Draw an easily adjustable arrow
61 descargas
Actualizado 12 oct 2016

Ver licencia

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].

Citar como

Stefan Broxterman (2024). arrowz(startpair,endpair,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/59660-arrowz-startpair-endpair-varargin), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Labels and Annotations en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Arrow plotter

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
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.
Version 1.0: Start

1.0.0.0

Edit description
Screenshot added
Added description