- #1
Az83
- 7
- 0
I'm not sure how to do this... I have the following velocity field:
t = [1,5,10] % in seconds
u=5*t*y
v=2*t^2*x^2
How do I plot in MATLAB the streamlines going through (x0,y0) = (0,0) at t = 1,5, and 10 s?
t = [1,5,10] % in seconds
u=5*t*y
v=2*t^2*x^2
How do I plot in MATLAB the streamlines going through (x0,y0) = (0,0) at t = 1,5, and 10 s?