Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Will subplot work for uipanel?
Date: Mon, 27 Aug 2007 19:50:06 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <fav9te$p6a$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1188244206 25802 172.30.248.37 (27 Aug 2007 19:50:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 27 Aug 2007 19:50:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1030060
Xref: news.mathworks.com comp.soft-sys.matlab:425805



I want to create multiple plots inside a specific area of a
figure. I am attempting to do that by using a uipanel and
subplot. However, in these newsgroups I saw a message that
someone was having trouble getting subplot to work with a
uipanel. Is it possible to use subplot on a uipanel?

If not, what is a better (easier) way to create a variable
number of plots in a certain area of a figure?

Maybe I could use docking somehow... this is all new to me,
so any suggestions are appreciated. Thanks