

InterviewSolution
Saved Bookmarks
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() |
|