Minimum distance between 2 points

10 views (last 30 days)
AkB
AkB on 5 Jun 2023
Answered: Matt J on 5 Jun 2023
I have 10 points distributed randomly. The x-coordinates and y-coordinates of the points are X=rand(1,10) and Y=rand(1,10). I need to calculate the minimum distance between any 2 points, i.e. distance between (Xi, Yi) and (Xj, Yj) , i=1,2,...10 and j=1,2,..10 (except values corresponding to i). Please suggest.

Answers (1)

Matt J
Matt J on 5 Jun 2023
Use pdist2

Categories

Find more on Statistics and Machine Learning Toolbox 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!