euclidean

バージョン 1.0.0.0 (1.42 KB) 作成者: Thomas Seers
Computes the 3D distance between two xyz point sets represented by two matching nx3 arrays p and c.
ダウンロード: 255
更新 2013/8/5

ライセンスの表示

INPUT: two matching nx3 arrays p and c representing xyz coordinates of 3D points:

E.g. p = [1 1 1; 1 1 1; 1 1 1]
c = [2 2 2; 2 2 2; 2 2 2]

OUTPUT: Single column vector euclid3D with each row being the 3D distance between each position vector in p and c

E.g. euclid3D=[1.7321; 1.7321; 1.7321]

USAGE: [euclid3D] = euclidean(p, c)

引用

Thomas Seers (2025). euclidean (https://jp.mathworks.com/matlabcentral/fileexchange/42945-euclidean), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0