Quiver Color and Length management

Functions to change aspects of Quiver plots in Matlab. Color, length of vector, length of head and angle of the head can easily be changed.
305 download
Aggiornato 16 lug 2019

I provide two functions.
SetQuiverColor and SetQuiverLength.
The function SetQuiverColor is heavily based on the answer by Suever found on Stackoverflow forum (https://stackoverflow.com/questions/29632430/quiver3-arrow-color-corresponding-to-magnitude).

The function SetQuiverColor allows to change the color of the quiver vectors according to a given colormap.
The function SetQuiverLength allows to have control of the length of the vectors in units of the x/y/z axis.
In addition, SetQuiverLength can take 2 optional parameters:
1) HeadLength: Which allows to manually set the length of the lines constituting the head.
It should be given in units of xyz axis.
2) HeadAngle: Allows to change the angle of the head.
The angle must be given in degrees. The default angle is ~28^\circ

For some yet unknown reasons, the SetQuiverLength requires a pause towards the end of the code. If not there, the values of the vertices are changed only internally and not graphically!
This means that the pause may be too long/too short for your computer and you may have to adjust it sadly... !
If you know a work around, let me know.

An example is given for each function in the header.

Cita come

De Spiegeleer Alexandre (2024). Quiver Color and Length management (https://github.com/AlexDs20/Quiver), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Vector Fields in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.1

Added 2 optional inputs for SetQuiverLength allowing to change the length and the angle of the head.

1.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.