Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!n35g2000yqm.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Tree data structure in MatLab
Date: Sun, 1 Nov 2009 09:47:35 -0800 (PST)
Organization: http://groups.google.com
Lines: 14
Message-ID: <8a4fce74-3a2a-4374-9c8b-083de5bb8db5@n35g2000yqm.googlegroups.com>
References: <hckg5o$8t6$1@fred.mathworks.com>
NNTP-Posting-Host: 77.19.31.218
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1257097655 2681 127.0.0.1 (1 Nov 2009 17:47:35 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 1 Nov 2009 17:47:35 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: n35g2000yqm.googlegroups.com; posting-host=77.19.31.218; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; 
	Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; 
	.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:581636


On 1 Nov, 18:23, "Yersinio Jimenez" <yersin...@hotmail.com> wrote:
> Hi every guys.
>
> Does any one know if there is some tree like data structure in MatLab?
>
> The questions is because some algorithms are more clear if you think in terms of tree data structure instead of matrix.

There is no such thing in matlab, but you might get access to
something like that from the java engine matlab is based on.

Apart from that, the whole idea behind matlab (MATrix LABoratry)
is to express absolutely everything in terms of matrices.

Rune