ME395 – Homework #1 Due 6/13 end of day The following problems are taken from the 10th edition of Fox and McDonald: HW01-S1: During Lecture 2 (L02), we found the equation for the streamlines for a flow field as well as the velocity vector at a point. Using the results from that example, plot the following: a. In one figure, plot the streamline that goes through point (2,1/2) as well as the velocity vector at that point. Helpful MATLAB functions here for plotting are “plot” and “quiver”. b. In another figure, plot multiple streamlines and velocity vectors for this flow field in quadrant 1. Useful MATLAB functions - “meshgrid”, “quiver”, and “streamline”