Using MATLAB, write the code for the following problem:
Create a row vector cell array to store the character vector "aedf", the number 23.789, the vector 3:10, the logical expression "d<f", the string "have a good day", and the matrix [13;45]. Then use the function reshape to make it a 2 by 3 matrix.
Next, write an expression that would refer to just the first column of the cell array matrix. Write an expression that would refer to the content of the cell where it is in the last row and the last column of the cell array matrix. Use the function celldisp to display all elements for the 2 by 3 cell array matrix. Delete the first row of the cell array matrix.