isedm(D,tolerance_i​n,verbose,dim,V)

Is given matrix an EDM?
507 Downloads
Updated 8 Mar 2016

View License

This program tests an input matrix to see if it is a Euclidean distance matrix to within a user-specified tolerance. If not, it reports why and returns the closest EDM in the sense of Schoenberg or in the sense of a geometrically centered point list.
http://convexoptimization.com

Cite As

Jon Dattorro (2024). isedm(D,tolerance_in,verbose,dim,V) (https://www.mathworks.com/matlabcentral/fileexchange/15826-isedm-d-tolerance_in-verbose-dim-v), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
2.0.0.0

Bug repair: Desired auxiliary matrix Vn never recognized.

1.1.0.0

included subroutine signeig()

1.0.0.0