Assume that the human player makes the first move against the computer in a game of Tic-Tac-Toe, which has a 3 × 3 grid. Write a MATLAB function that lets the computer respond to that move. The function's input argument should be the cell location of the human player's move. The function's output should be the cell location of the computer's first move. Label the cells as 1, 2, 3 across the top row; 4, 5, 6 across the middle row, and 7, 8, 9 across the bottom row.