フィルターのクリア

How to solve a particular equation using the elements of an array?

2 ビュー (過去 30 日間)
yu sh
yu sh 2016 年 3 月 9 日
コメント済み: Star Strider 2016 年 3 月 9 日
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 件のコメント
yu sh
yu sh 2016 年 3 月 9 日
yu sh
yu sh 2016 年 3 月 9 日
編集済み: yu sh 2016 年 3 月 9 日
@Star Rider: This was the complete question don't know why matlab is not posting it completely. It is showing in the preview but posting the incomplete one. Well yes it has radius also but thats the next step, I am stuck over here.

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2016 年 3 月 9 日
If you have the Statistics Toolbox, use the pdist function to calculate the distances between the centres.
  2 件のコメント
yu sh
yu sh 2016 年 3 月 9 日
Thanks a lot!
Star Strider
Star Strider 2016 年 3 月 9 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by