Problem 2317. Distance of the centroids of the balls

Given n balls of radius r and the vector p (nx3) with all position (x,y,z) of the balls, return the symmetric matrix A (nxn) containing all distance between the centroid of all balls (diagonal terms should be all 0).
Two or more balls can overlap.

Solution Stats

63.64% Correct | 36.36% Incorrect
Last Solution submitted on Apr 02, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers55

Community Treasure Hunt

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

Start Hunting!