Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3D 空間に点のベクトルがあります。
A = rand(80,3)
ポイント間のすべての距離を含むベクトルが必要です。
D = pdist(A,'euclidean')1 行 3160 列のベクトルを返します。この関数を使用するのが適切かどうか教えてください。ありがとう
D = pdist(A,'euclidean')