Question
) Consider the following code: A = [111; 10 9 8;7 6 5]; B = [100; 00 1; 0 0 1]; What will be the result of the following operations? length (B(2:3)) A(2:3, 3) A(A>B) таx(таx(A)) ) A' + B'
Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8Question image 9