Assume you are given three velocity profiles: ui.dat, vi.dat, and wi.dat. Each data set corresponds to the streamwise velocity (u), spanwise velocity (v), and vertical velocity (w), respectively. The data represents a two-dimensional plane extracted from a three-dimensional volume. The number of compute points is N = 96 in each direction, and you first need to reshape the column of data into a plane. In MATLAB, generate a vertical profile of each quantity after averaging in the y direction.