dendrogram plot with gnuplot

David Bateman David.Bateman at motorola.com
Mon Apr 21 03:24:37 CDT 2008


Pinier Ludovic wrote:
> Hello,
>
> I wrote a data clustering script in matlab, and I'm
> translating it to GNU octave. It seems to work fine,
> except for dendrogram plot. I use the function
> "dendrog". Octave seems to know this function (I did
> not find it in the commands lists), but gnuplot
> remains desperately blank.
> Matlab plots naturally the tree from the single line:
> DEND=dendrog(Parametres,'correlation');
>
> Do I need a special command to send my tree I called
> "DEND" to gnuplot ? Is there a trick to generate that
> kind of output ? A special toolbox is required ?
>
> Thanks for your help,
>
> Ludovic
>
>   

The dendrogram function of matlab is in Matlabs statistics toolbox.
Octave has no dendrogram function at all. I suspect that dendrog is a
function that you have on your disk that is neither Matlab's or
Octave's. What does "which dendrog" give? If the license permits you
need to share both the dendrog script and a a data set to use with it
for anyone here to be able to help debug your problem..

D.

-- 
David Bateman                                David.Bateman at motorola.com
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



More information about the Help-octave mailing list