Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Tmfu Vh
Tmfu Vh am 14 Jul. 2019
Kommentiert: Tmfu Vh am 14 Jul. 2019
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 Kommentare
Bruno Luong
Bruno Luong am 14 Jul. 2019
Because x./y is NOT equal to x.*conj(y)
Tmfu Vh
Tmfu Vh am 14 Jul. 2019
@Bruno Luong Magical lesson. Thanks a lot.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Agriculture finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by