lavezlas28
Newbie level 1
I'm not familiar with MATLAB, and this year in our Introduction to DSP class, teacher gave us a homework but nearly none of us knows MATLAB much...
His question is;
Define a 1001-by-8 matrix, named “A”, whose elements selected randomly.
Define an 8-by-1001 matrix, named “B”, whose elements selected randomly.
Define a variable “C” as the multiplication of matrices “A” and “B”.
Define a variable “D” as the mean value of the first column of “C”.
Write the necessary code in script format.
His question is;
Define a 1001-by-8 matrix, named “A”, whose elements selected randomly.
Define an 8-by-1001 matrix, named “B”, whose elements selected randomly.
Define a variable “C” as the multiplication of matrices “A” and “B”.
Define a variable “D” as the mean value of the first column of “C”.
Write the necessary code in script format.