Question: in Matlab!!!!! How would i write these functions? The variable M contains a 1010 matrix of random numbers between 0 and 100 . Use M
in Matlab!!!!! How would i write these functions?
The variable M contains a 1010 matrix of random numbers between 0 and 100 . Use M to do the following tasks. - Construct a 210 matrix A that is comprised of the last two rows of M. - Construct a 102 matrix B that is comprised of the last two columns of M. - Construct a 210 matrix C so that the first two columns of M become the rows of C. - Construct a 1010 matrix D that is the same as M except that the value in the 5 th row, 7 th column has been replaced with 1. - Construct a 34 matrix E that is comprised of rows 68 and columns 25 of M. Script ? 1M=100rand(10); 2 \% Write your code below here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
