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')
Cita come
Andrew Stevens (2024). CURVVEC (https://www.mathworks.com/matlabcentral/fileexchange/25066-curvvec), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > 2-D and 3-D Plots > Vector Fields >
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Volume Visualization > Vector Volume Data >
Tag
Riconoscimenti
Ispirato da: StreakArrow, BIN2MAT
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |