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

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

Community Treasure Hunt

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

Start Hunting!