/mds

Multidimensional scaling

Primary LanguageMATLABISC LicenseISC

mds

Multidimensional scaling

Installation

  1. Clone this repository to your desktop.
  2. Add path to mds/src folder to Matlab search path using addpath('<path to mds>/mds/src').

Getting Started

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.

License (ISC)

See the LICENSE file for details.