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
Grzegorz Knor 2011 年 11 月 13 日

2 投票

Z = R.*exp(1i*theta)
where:
R = abs(Z)% magnitude
theta = angle(Z) % angle
Nick Sharma
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 ExchangeMATLAB についてさらに検索

製品

タグ

質問済み:

2011 年 11 月 13 日

編集済み:

2018 年 10 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by