1.

Which operator set is used for left and right division respectively?(a) .\ and ./(b) ./ and .\(c) Left division and right division is not available in MATLAB(d) / and \This question was posed to me in quiz.I need to ask this question from Vectors and Matrices topic in chapter MATLAB Basics of MATLAB

Answer»

Correct choice is (a) .\ and ./

Explanation: In MATLAB, if we WANT to perform left division of TWO matrices we NEED to write a.\b while for the right division we have to write a./b. for left division respectively.



Discussion

No Comment Found

Related InterviewSolutions