[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Trees (Nested Cell Array) in Octave.
From: |
Muthiah Annamalai |
Subject: |
Trees (Nested Cell Array) in Octave. |
Date: |
Mon, 02 Oct 2006 19:48:53 -0500 |
Hello there,
I am presently using a nested-cell array
x={1 { 2 3} {4 { 5 6} } }; to represent a
tree structure below.
-1
|-2
|-3
-|-4
|-5
|-6
Is there any other way using(excluding lists
where you cannot do this ) other Octave constructs?
Thanks
Muthu
- Trees (Nested Cell Array) in Octave.,
Muthiah Annamalai <=