Question: Search for a MATLAB function which will produce a matrix with random integer entries. Use this function to create a 2x3 matrix with entries less
Search for a MATLAB function which will produce a matrix with random integer entries. Use this function to create a 2x3 matrix with entries less than or equal to 11 and store it in the matrix B. Then compute the percentage of the sum of all entries in B which is contributed by the first row of B.
the funciton i think is "B = randi([11],2,3)"
but how can i compute the percentage?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
