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

3 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.

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by