quiver_tri(x,y,u,v,varargin)
Plot velocity vector fields with filled arrow head.
This function is not optimized for speed. Do not use in loops
%QUIVER_TRI Quiver plot with filled triangles
% QUIVER_TRI(x,y,u,v) plots velocity vectors with filled triangle arrows.
% Contrary to QUIVER, QUIVER_TRI does not scale vectors before plotting
% them. Vectors will be plotted with the same spacing and magnitude as
% they are provided. Default head arrow size is 20% of the median
% magnitude and default head angle is 22.5 degrees.
%
% QUIVER_TRI(x,y,u,v,headsize) plots velocity vectors specifying the
% headsize (same units as u and v).
%
% QUIVER_TRI(x,y,u,v,headsize,headangle) plots velocity vectors
% specifying the head size (same units as u and v) and the head angle
% amplitude (in degrees).
%
% QUIVER_TRI(x,y,u,v,headsize,headangle,width) same as before, plus
% setting of the quiver body width
%
% QUIVER_TRI(x,y,u,v,headsize,headangle,width,col) same as before, plus
% setting of the color
%
% See also QUIVER.
Citar como
Alessandro Masullo (2024). quiver_tri(x,y,u,v,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/53596-quiver_tri-x-y-u-v-varargin), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Graphics > 2-D and 3-D Plots > Vector Fields >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 | Fix color issue |