this is for matlab. could you please assist me?
Extracted text: Manning's equation can be used to compute the velocity of water in a rectangular open channel, U BH B+2H where U = velocity (m/s), S = channel slope, n = roughness coefficient, B = width (m), and H = depth (m). The following data are available for five channels: S B 0.035 0.0001 10 0.020 0.0002 8 1 0.015 0.0010 20 1.5 0.030 0.0007 24 3 0.022 0.0003 15 2.5 Required: Write a well-structured program in EXCEL that computes the velocity for each of these channels. Have the program display the input data along with the computed velocity in tabular form where velocity is the fifth column. Include headings on the table to label the columns. 2.