

InterviewSolution
Saved Bookmarks
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 ./ |
|