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

1 visualización (últimos 30 días)
how to take difference between two arrays in matlab (Euclidean distance ) suppose array is of size 1x32

Respuestas (1)

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

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by