Reputation: 1
I'm using the streamline
function (streamline(X,Y,U,V,startx,starty)
) to plot the streamlines of a 2D vector field.
I would like to have an evoluting line width along the streamlines according to the value: sqrt(U.^2+V.^2)
in each point.
How can I achieve this? Thank you in advance.
Upvotes: 0
Views: 97