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 comments
Loading...
Problem Recent Solvers17
Suggested Problems
-
389 Solvers
-
Sum all integers from 1 to 2^n
17441 Solvers
-
Make a random, non-repeating vector.
11205 Solvers
-
771 Solvers
-
Mean number of letters per word (Easy)
35 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!