complex number
이전 댓글 표시
if I have the absolute and the angle of a complex number, How i get the number in form of real and imaginary parts ?
답변 (2개)
Grzegorz Knor
2011년 11월 13일
Z = R.*exp(1i*theta)
where:
R = abs(Z)% magnitude
theta = angle(Z) % angle
Nick Sharma
2018년 10월 12일
편집: Nick Sharma
2018년 10월 12일
1 개 추천
Hello !!
Lets say r is the amplitude θ is the angle .
Thus the complex number formed shall be = rcosθ+rsinθi .
Real Part = r*cosθ ,
Imaginary Part = r*sinθ
Here i = iota ( complex number imaginary part operator)
I hope it will help future readers
Nick
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!