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

1 view (last 30 days)
how to take difference between two arrays in matlab (Euclidean distance ) suppose array is of size 1x32

Answers (1)

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

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!