1.

What operator helps in the transpose of a matrix?(a) “ .’ ”(b) “ ‘ ”(c) “./ ”(d) “ .\ ”I have been asked this question in final exam.I'd like to ask this question from Variables and Assignments topic in portion MATLAB Basics of MATLAB

Answer»

Correct answer is (a) “ .’ ”

For explanation: ‘ .’ ‘ is used to get the transpose of a MATRIX. ‘ ‘ ‘ is used to get the complex CONJUGATE transpose of a matrix. ‘ ./ ’ is used for the RIGHT DIVISION while the operator, ‘ .\’ is used for LEFT division.



Discussion

No Comment Found

Related InterviewSolutions