Reshape Matrix
Execute the following command on MATLAB before you start: A = randi(10,10,6) TasksTask 1 Create the variable B with all the data from A in one column. Use the reshape function. reshape(data,numberOfRows,numberOfColumns) Task 2 Create a