필터 지우기
필터 지우기

how to find the Euclidean distance between the first and last columns in matrix?

조회 수: 1 (최근 30일)
yosra
yosra 2022년 11월 12일
답변: Voss 2022년 11월 12일
how to find the Euclidean distance between the first and last columns in matrix

답변 (1개)

Voss
Voss 2022년 11월 12일
norm(A(:,1)-A(:,end))

카테고리

Help CenterFile Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by