pair wise distance matric

1 回表示 (過去 30 日間)
Mahdieh
Mahdieh 2014 年 7 月 14 日
回答済み: Friedrich 2014 年 7 月 14 日
Pdist give me n (n-1)/2 distances .I want know how i can have all of distances even with repeat means n (n-1) distances.

採用された回答

Friedrich
Friedrich 2014 年 7 月 14 日
Hi,
you can use squareform:
X = randn(10, 2);
D = squareform(pdist(X));

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by