


brede_mat_plot_mds - Multidimensional scaling for 'Mat' structure
function brede_mat_plot_mds(X, varargin)
Input: M 'Mat' structure
Property: Components {[1 2]} Principal components to plot. 2
or more components should given.
Dim [ {Columns} | Rows ]
Points {35} Number of points in the plot
PointType [ {labeled} | . ] The appearance of each
point
R 'Mat' structure for rows of 'M'.
This function performs singular value decomposition on the
matrix in the 'Mat' structure and plots the eigenvectors in a
metric multidimensional plot.
The 'R' 'Mat' structure is used for axis labels.
See also BREDE, BREDE_MAT_PLOT_COUNT, BREDE_BIB_BIB2MAT.
$Id: brede_mat_plot_mds.m,v 1.12 2004/06/02 16:46:05 fnielsen Exp $