フィルターのクリア

exp(1i*(an​gle(x)-ang​le(y)))==(​x.*abs(y))​./(abs(x).​*y),which one is better?

3 ビュー (過去 30 日間)
Tmfu Vh
Tmfu Vh 2019 年 7 月 14 日
コメント済み: Tmfu Vh 2019 年 7 月 14 日
The two expressions seem to be mathematically equal:
exp(1i*(angle(x)-angle(y)))==(x.*abs(y))./(abs(x).*y);
Which one do you think will have a better performance?
  7 件のコメント
Bruno Luong
Bruno Luong 2019 年 7 月 14 日
Because x./y is NOT equal to x.*conj(y)
Tmfu Vh
Tmfu Vh 2019 年 7 月 14 日
@Bruno Luong Magical lesson. Thanks a lot.

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

回答 (0 件)

カテゴリ

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

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by