Question: D Question 9 1 pts Given the following array A, what line of code would create an array B with the elements of A that


D Question 9 1 pts Given the following array "A", what line of code would create an array "B" with the elements of "A" that are greater than 3 and less than 7? >> A = randi ([1,10],5,5) A = 7 8 8 10 10 1 6 6 5 4 7 8 6 3 5 7 2 2 9 4 OB = (A 31 A3&A 7 OBALA 31A7): OB - AllA3 & A7) Question 10 1 pts How do you find all the values in an array X that are greater than the mean of the third row? XIX> meant X13, 1send)) O XX-meant Xl.3}}) XI meant x> (3.5%) O mean(X[3.:) > X(1:end 31 ) 1 pts D Question 11 Given 2D array "M", you want to assign all the values between 25 and 37 to a new array "A" using logical indexing. Which syntax is correct? O A-MM > 25|M25&M =25&M - 25 & M
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
