Question: Use the length, and find functions as well as the array addressing methods, and the functions, operators, and control structures to create your own version of the max for a row array as input. This function will return two values:
[xmax, xmaxi] = Your_Name_qz5(x)
where
x = input array (row vector)
xmax = the maximum value in the row array
xmaxi = index of the maximum value in the row array
Find functions as well as the array addressing methods.