Check out example codes for "streamline matlab". It will help you in understanding the concepts better.
Code Example 1
figure
quiver(x,y,u,v)
startx = 0.1:0.1:1;
starty = ones(size(startx));
streamline(x,y,u,v,startx,starty)
Learn ReactJs, React Native from akashmittal.com