distance.m

Version 1.0.0.0 (814 octets) par R. Bunschoten
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
28,9K téléchargements
Mise à jour 3 nov. 1999

Aucune licence

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.

Citation pour cette source

R. Bunschoten (2024). distance.m (https://www.mathworks.com/matlabcentral/fileexchange/71-distance-m), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R10
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Fuzzy Logic Toolbox dans Help Center et MATLAB Answers
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0