

InterviewSolution
Saved Bookmarks
1. |
Which function is preferable to find the magnitude of a complex number?(a) abs()(b) sqrt()(c) cart2pol()(d) MATLAB does not support complex argumentsThe question was posed to me in an interview for internship.This interesting question is from Variables and Assignments topic in portion MATLAB Basics of MATLAB |
Answer» Right CHOICE is (a) ABS() |
|