Dividing in Polar format

8 ビュー (過去 30 日間)
Meet Patel
Meet Patel 2020 年 9 月 23 日
編集済み: Star Strider 2020 年 9 月 23 日
How can I divide this using matlab. Answer needs to be in polar format also. Thank you!
  4 件のコメント
Star Strider
Star Strider 2020 年 9 月 23 日
Meet Patel — See my Answer.
Meet Patel
Meet Patel 2020 年 9 月 23 日
Thanks!

サインインしてコメントする。

回答 (1 件)

Star Strider
Star Strider 2020 年 9 月 23 日
編集済み: Star Strider 2020 年 9 月 23 日
This is phasor notation, and derives from the Euler identities.
Divide the numerator magnitude by the denominator magnitude, and subtract the denominator angle from the numerator angle.
EDIT — (23 Sep 2020 at 3:44)
Result1 = 115.47*exp(1j*deg2rad(-30)) / (20*exp(1j*deg2rad(-53.13)))
Result2a = [abs(Result1) rad2deg(angle((Result1)))]
Result2b = [(115.47/20), (-30)-(-53.13)]
producing:
Result1 =
5.3094 + 2.2679i
Result2a =
5.7735 23.1300
Result2b =
5.7735 23.1300
.

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by