Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
how to find the Euclidean distance between the first and last columns in matrix

Risposte (1)

Voss
Voss il 12 Nov 2022
norm(A(:,1)-A(:,end))

Categorie

Scopri di più su Operators and Elementary Operations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by