필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
M Shujah Islam Sameem
M Shujah Islam Sameem 2015년 7월 30일
답변: Torsten 2015년 7월 30일
how to take difference between two arrays in matlab (Euclidean distance ) suppose array is of size 1x32

답변 (1개)

Torsten
Torsten 2015년 7월 30일
D = norm(V1 - V2);
Best wishes
Torsten.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by