hwo can i write this by matlab code
2 次查看(过去 30 天)
显示 更早的评论
if i have a matrix 15*15
which gave me info about the distance between all AP (access point)
I need to make 5 groups each group consists of 3 AP where AP not repeated in each group depend on the largest distance between every access point
any support please to write it by natlab code
Thanks all
4 个评论
Image Analyst
2019-2-3
编辑:Image Analyst
2019-2-3
Do you have the coordinates of each point? If so, did you try pdist2() like I suggested? This will get the distance of every point to every other point.
Once you have the distances, you can pass them into kmeans() to cluster them into three groups.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!