powered by
Calculates the eucliden distances among the rows of an euclidean configurations in any dimensions
EuclideanDistance(x)
Returns the distance matrix
A matrix containing the euclidean configuration
Jose Luis Vicente Villardon
eucliden distances among the rows of an euclidean configurations in any dimensions
x=matrix(runif(20),10,2) D=EuclideanDistance(x)
Run the code above in your browser using DataLab