

InterviewSolution
Saved Bookmarks
1. |
Which command is used to find the argument of a complex number?(a) atan2()(b) args()(c) abs()(d) cannot be determinedThis question was addressed to me during an interview for a job.The query is from Complex Arithmetic in portion Beyond the Basics of MATLAB |
Answer» Correct choice is (a) atan2() |
|