Multidimensional scaling
- Clone this repository to your desktop.
- Add path to
mds/src
folder to Matlab search path usingaddpath('<path to mds>/mds/src')
.
The main file to execute the mutidimensional scaling is src/cmds.m
.
The main call to run the code is: X = cmds(DistanceMatrix,2)
.
See examples/example.m
for an example plot. Just execute this file in MatLab and it will generate the plot files in examples/output
.
See the LICENSE file for details.