StreakArrow

Creates curved vector fields or "tuft" lines to look like wind tunnel tuft flow visualization.
3,3K téléchargements
Mise à jour 1 déc. 2008

Afficher la licence

H = STREAKARROW(X,Y,U,V,np,arrow) creates "curved" vectors, from 2D vector data U and V. All vectors have the same length. The magnitude of the vector is color coded.
The arrays X and Y defines the coordinates for U and V.
The variable np is a coefficient >0, changing the length of the vectors.
np=1 corresponds to a whole meshgrid step.
np>1 allows ovelaps like streamlines.
The parameter arrow defines the type of plot:
arrow=1 draws "curved" vectors
arrow=0 draws circle markers with streaks like "tuft" in wind tunnel studies

Citation pour cette source

Bertrand Dano (2026). StreakArrow (https://fr.mathworks.com/matlabcentral/fileexchange/22269-streakarrow), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Vector Fields dans Help Center et MATLAB Answers
Remerciements

A inspiré : CURVVEC

Version Publié le Notes de version
1.1.0.0

added custom colorbar support

1.0.0.0