How to solve a particular equation using the elements of an array?
Show older comments
I have the following coordinates (center x, center y, center z) of 5 spheres as following:
center = [2 3 5
1 6 6
3 2 6
45 8 5
9 8 8
]<p>I want to solve this particular equation using the elements of the array:
K = √((
3 Comments
Star Strider
on 9 Mar 2016
Solve it for what?
Do the spheres have radii, or are they points in 3-dpace?
yu sh
on 9 Mar 2016
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics and Optimization 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!