Euclidean distance between two vectors of complex numbers
Show older comments
I have two vectors of complex numbers and want to compute Euclidean distance between them. whether I should use d = norm(A - B) or d = norm(abs(A) - abs(B))
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics and Optimization 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!