could anyone help me to solve the issue.

1 view (last 30 days)
jaah navi
jaah navi on 11 Sep 2019
Commented: jaah navi on 11 Sep 2019
PPP =[1.8667 0.1553;
-0.0844 2.4322;
-0.3485 1.4434;
2.3628 0.6821];
D = pdist(PPP)%calculates the euclidean distance of (2,1),(3,1),(4,1),(2,3),(2,4) and (3,4)
could anyone help me how to distance for (1,2,3),(1,2,4),(2,3,4), and (1,2,3,4).
  7 Comments
jaah navi
jaah navi on 11 Sep 2019
with respect to the answer given by Adam i agree with the statement.

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!