Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
how to find the Euclidean distance between the first and last columns in matrix

Respuestas (1)

Voss
Voss el 12 de Nov. de 2022
norm(A(:,1)-A(:,end))

Categorías

Más información sobre Operators and Elementary Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by