Path: news.mathworks.com!not-for-mail
From: "Sprinceana " <mihaispr@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Treview structure in gui - undocumented matlab feature
Date: Sat, 22 Aug 2009 10:38:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 52
Message-ID: <h6ohqc$fbt$1@fred.mathworks.com>
Reply-To: "Sprinceana " <mihaispr@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1250937484 15741 172.30.248.37 (22 Aug 2009 10:38:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 22 Aug 2009 10:38:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1740796
Xref: news.mathworks.com comp.soft-sys.matlab:565237


Hi everyone and thanks for reading my topic!

I read this two topic on undocument matlab feature treeview from here:

http://www.mathworks.com/matlabcentral/newsreader/view_thread/164189

http://www.mathworks.com/matlabcentral/newsreader/view_thread/104957#269485


I want to have this structure of my treeview . I'm using guide. So now I will explain in a detailed way my problem.


Continent then as childs Europe, Africa,Asia.

Then Europe has the childs Romania and France. (Romania has childs Bucharest and Brasov; France has childs Paris and Metz).

Africa has 2 childs South Africa and Marocco (South Africa has only one child Cape Town and Marocco has one child Rabat).

And then Asia has childs China and Japan (China has only child Shanghai and Japan has as child Tokio).

Can you help me please?

I know what it means a treeview but I don't know how to make this in gui and how to implement those things.


So my treeview structure is exactly like this:

Continenent 

    Europe
        Romania
             Bucarest
             Brasov
        France
             Paris
             Metz
    Africa
        South Africa
            Cape Town
        Marocco
            Rabat
    Asia
        China
            Shanghai
        Japan
            Tokio

It's not an assignement for school or for work I simply want to do a simple treeview in matlab gui with this structure.

I'm using guide tool of matlab.

Any help would be appreciated!