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

1 visualizzazione (ultimi 30 giorni)
how to take difference between two arrays in matlab (Euclidean distance ) suppose array is of size 1x32

Risposte (1)

Torsten
Torsten il 30 Lug 2015
D = norm(V1 - V2);
Best wishes
Torsten.

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by