distance.m
버전 1.0.0.0 (814 Bytes) 작성자:
R. Bunschoten
A fully vectorized function that computes the Euclidean distance matrix between two sets of vectors.
다운로드 수: 28.9K
업데이트 날짜:
1999/11/3
라이선스 없음
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.
인용 양식
R. Bunschoten (2024). distance.m (https://www.mathworks.com/matlabcentral/fileexchange/71-distance-m), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |