Path: news.mathworks.com!not-for-mail
From: "Robin " <grayalno.spam@u.washington.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Displaying sub panels in GUI
Date: Tue, 6 May 2008 12:28:05 +0000 (UTC)
Organization: University of Washington
Lines: 22
Message-ID: <fvpisk$jpf$1@fred.mathworks.com>
Reply-To: "Robin " <grayalno.spam@u.washington.edu>
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 1210076885 20271 172.30.248.37 (6 May 2008 12:28:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 6 May 2008 12:28:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 283117
Xref: news.mathworks.com comp.soft-sys.matlab:466887



hi i am creating a GUI with three main panels. These panels 
are hidden underneath each other.
Each panel has some subpanels.
lets say three main panels are: 1 2 3
and smaller subpanels 1.1 1.2 1.3 etc
and so for second and third panel

now i want to be on panel '2', and display sub panel 1.1 
with other panel '2' contents.

How and can I do that ?

I can change the visibility of main panels but not able to 
do what i stated above.
Van anyone help if it is possible

Best regards

GR