Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
INPUT: two sets of matching column vectors, x1, y1, z1 & x2, y2, z2 representing xyz coordinates of two 3D point sets. E.g:
x1=[1;1;1],y1=[1;1;1],
z1=[1;1;1]
x2=[2;2;2],y2=[2;2;2],
z2=[2;2;2]
OUTPUT: Single column vector, euclidV3D, with each row being the 3D distance between each position vector in the two point sets. E.g.
euclid3D=[1.7321; 1.7321; 1.7321]
USAGE: [euclidV3D] = euclideanV(x1, y1, z1, x2, y2, z2)
Function avoids for loops and is thus faster than the previously submitted function, euclidean (though less useful for higher dimension arrays).
Citar como
Thomas Seers (2026). euclideanV (https://la.mathworks.com/matlabcentral/fileexchange/42947-euclideanv), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.1.0.0 (1,47 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
