Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
Tmfu Vh
Tmfu Vh el 14 de Jul. de 2019
Comentada: Tmfu Vh el 14 de Jul. de 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 comentarios
Bruno Luong
Bruno Luong el 14 de Jul. de 2019
Because x./y is NOT equal to x.*conj(y)
Tmfu Vh
Tmfu Vh el 14 de Jul. de 2019
@Bruno Luong Magical lesson. Thanks a lot.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Agriculture en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by