5- How many errors will MATLAB show if the following code entered? A=[1;2;3]; B=[1 2]; C=A.*B;D=C*A; а) 2 b) 1 c) No error d) 4 6- If a./b=(b./a)", what can be concluded about the matrices a and b? a)...

Answer the question quecly please MATLAB Choose the correct answer for all branches5- How many errors will MATLAB show if the following code entered?<br>A=[1;2;3]; B=[1 2]; C=A.*B;D=C*A;<br>а) 2<br>b) 1<br>c) No error<br>d) 4<br>6- If a./b=(b./a)

Extracted text: 5- How many errors will MATLAB show if the following code entered? A=[1;2;3]; B=[1 2]; C=A.*B;D=C*A; а) 2 b) 1 c) No error d) 4 6- If a./b=(b./a)", what can be concluded about the matrices a and b? a) a = bT b) a = bl c) a=b' d) None of the mentioned 7- which of the following MATLAB commands clears all data stored in the work space of the MATLAB a) Delete b) Clear c) Clc d) None of the mentioned 8- What would be the output of the following code (in editor window)? X = [1 2 3;4 5 6;7 8 9]; Y = [9 8 7;6 5 4;3 2 1]; R = rem(X,Y) R =1 2 1 а) 4 0 9 1 0 0 R=1 2 3 3 0 2 b) 1 0 0 R=1 2 c) 4 0 2 1 0 0

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here