CURVVEC

draw curved vectors from 2D vector data
2,5K téléchargements
Mise à jour 18 août 2009

Afficher la licence

CURVVEC creates curved vectors for 2D vector components U,V. The arrays X,Y define the coordinates for U and V. Curvature of the vectors is based on ML Built-in function, STREAM2. The length of the vectors are scaled to the vector magnitude. The color of the vectors may or may not be scaled according to the vector magnitude depending on optional input parameters.

EXAMPLE:

load wind
mu=mean(u,3); mv=mean(v,3); mx=mean(x,3); my=mean(y,3);

figure
curvvec(mx,my,mu,mv,'color',jet,'minmag',5,...
'maxmag',50,'thin',3)
set(gca,'color','k')

Citation pour cette source

Andrew Stevens (2026). CURVVEC (https://fr.mathworks.com/matlabcentral/fileexchange/25066-curvvec), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2009a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : StreakArrow, BIN2MAT

Version Publié le Notes de version
1.0.0.0