How to find the square root fo complex square
Mostrar comentarios más antiguos
How to find the square root fo complex square
Respuestas (2)
Sherlock Bugcrowd
el 7 de Oct. de 2019
Editada: Sherlock Bugcrowd
el 7 de Oct. de 2019
1 voto
Bjorn Gustavsson
el 7 de Oct. de 2019
What's wrong with:
sqrtZ = sqrt(Z);
? Then possibly work out the other root if necessary.
HTH
Categorías
Más información sobre Matched Filter and Ambiguity Function en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!