Dhanush
Followers: 0 Following: 0
Feeds
已回答
how to calculate magnitude and phase angle of a complex number
x = 1 + i*1; Magnitude = abs(x); Phase_radians = angle(x); Phase_degrees = rad2deg(Phase_radians);
how to calculate magnitude and phase angle of a complex number
x = 1 + i*1; Magnitude = abs(x); Phase_radians = angle(x); Phase_degrees = rad2deg(Phase_radians);
3 months 前 | 0