how to take difference between two arrays in matlab (Euclidean distance )

1 回表示 (過去 30 日間)
M Shujah Islam Sameem
M Shujah Islam Sameem 2015 年 7 月 30 日
回答済み: Torsten 2015 年 7 月 30 日
how to take difference between two arrays in matlab (Euclidean distance ) suppose array is of size 1x32

回答 (1 件)

Torsten
Torsten 2015 年 7 月 30 日
D = norm(V1 - V2);
Best wishes
Torsten.

カテゴリ

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