How to solve a particular equation using the elements of an array?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
yu sh
am 9 Mär. 2016
Kommentiert: Star Strider
am 9 Mär. 2016
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 Kommentare
Akzeptierte Antwort
Star Strider
am 9 Mär. 2016
If you have the Statistics Toolbox, use the pdist function to calculate the distances between the centres.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!