Answers for "phase of a complex number matlab"

0

phase of a complex number matlab

a = 1 + 2j 

mag_a = abs(a) %% the magnitude of the complex variable

phase_a = angle(a) %% the phase of the complex variable
Posted by: Guest on October-30-2020

Code answers related to "phase of a complex number matlab"

Browse Popular Code Answers by Language