1.

What is the command used to check the real part of a complex number in MATLAB?(a) abs()(b) realc()(c) real()(d) cannot be checkedI got this question in an interview for job.I'm obligated to ask this question of Complex Arithmetic in chapter Beyond the Basics of MATLAB

Answer»

The correct choice is (c) real()

The best EXPLANATION: The COMMAND to CHECK the real part of any complex number is real(). It is an INBUILT function in MATLAB.



Discussion

No Comment Found

Related InterviewSolutions