Home > Mateda2.0 > knowledge_extraction > visualization > ShowParallelCoord.m

ShowParallelCoord

PURPOSE ^

[] = ShowParallelCoord(fs,AllRepVectors)

SYNOPSIS ^

function[] = ShowParallelCoord(fs,AllRepVectors)

DESCRIPTION ^

 [] = ShowParallelCoord(fs,AllRepVectors)
 ShowParallelCoord :    Shows the parallel coordinates graph of the vectors 
 INPUT
 fs: Font size for the images                       
 AllRepVectors: Vectors, each row  is an observation, each column
 corresponds to a variable. 

 Last version 8/26/2008. Roberto Santana (roberto.santana@ehu.es)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function[] = ShowParallelCoord(fs,AllRepVectors)
0002 % [] = ShowParallelCoord(fs,AllRepVectors)
0003 % ShowParallelCoord :    Shows the parallel coordinates graph of the vectors
0004 % INPUT
0005 % fs: Font size for the images
0006 % AllRepVectors: Vectors, each row  is an observation, each column
0007 % corresponds to a variable.
0008 %
0009 % Last version 8/26/2008. Roberto Santana (roberto.santana@ehu.es)
0010 
0011 
0012  figure     % Parallel coordinates
0013  axes('Fontsize',fs);
0014  parallelcoords(AllRepVectors);

Generated on Fri 04-Dec-2009 13:38:29 by m2html © 2003