Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
how to take difference between two arrays in matlab (Euclidean distance ) suppose array is of size 1x32

Antworten (1)

Torsten
Torsten am 30 Jul. 2015
D = norm(V1 - V2);
Best wishes
Torsten.

Community Treasure Hunt

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

Start Hunting!

Translated by