distance.m
Version 1.0.0.0 (814 Bytes) by
R. Bunschoten
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
29K Downloads
Updated
3 Nov 1999
No License
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
The output is the same as MathWorks' (Neural Network Toolbox) 'dist' funtion (ie, d = dist(A',B), where A is a (DxM) matrix and B a (DxN) matrix, returns the same as my d = distance(A,B) ), but this function executes much faster.
Cite As
R. Bunschoten (2026). distance.m (https://in.mathworks.com/matlabcentral/fileexchange/71-distance-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R10
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Fuzzy Logic Toolbox in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: IPDM: Inter-Point Distance Matrix, Efficient K-Nearest Neighbor Search using JIT
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
