Evoluting width of streamline in Matlab

98 Views Asked by At

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.

0

There are 0 best solutions below