Problem 48070. Center of Mass(es) in 3D Space
Given a matrix of format [x1,y1,z1,m1; x2,y2,z2,m2 . . .], return the center of mass of all listed points in 3d space [xc,yc,zc]. Return pt_com = 'Bad Data' if any value for mass is negative
Inspired by: http://hyperphysics.phy-astr.gsu.edu/hbase/cm.html
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
3026 Solvers
-
Set the array elements whose value is 13 to 0
1373 Solvers
-
725 Solvers
-
9755 Solvers
-
10869 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!