[10 points] Create the following two row vectors: d=[6 -1 4 0 -2 5], and e=[7 5 9 0 1 3]. (a) Use the two vectors in a MATLAB command to create a matrix such that the first row consists of elements 1 through 3 of vector d, the second row consists of elements 2 through 4 of vector e, and the third row consists of elements 3 through 5 of vector d. (b) Use the two vectors in a MATLAB command to create a matrix such that the first column consists of elements 1 through 4 of vector d, and the second column consists of elements 2 through 5 of vector e.