How to find the square root fo complex square
Show older comments
How to find the square root fo complex square
Answers (2)
Sherlock Bugcrowd
on 7 Oct 2019
Edited: Sherlock Bugcrowd
on 7 Oct 2019
1 vote
Bjorn Gustavsson
on 7 Oct 2019
What's wrong with:
sqrtZ = sqrt(Z);
? Then possibly work out the other root if necessary.
HTH
Categories
Find more on Matched Filter and Ambiguity Function in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!