how to caculate distance?
1 view (last 30 days)
Show older comments
o node1
node 2 o o node 3
if the above figure three nodes are present. how to calculate distance between these nodes.
0 Comments
Answers (1)
Yongjian Feng
on 5 Jul 2021
Can you figure out the coordinates of those three dots? If so that the distance is defined as d=sqrt((x1-x2)^2+(y1-y2)^2)). Here (x1, y1) and (x2, y2) are the coordinates of the dots.
See Also
Categories
Find more on Graph and Network Algorithms 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!