Path: news.mathworks.com!not-for-mail
From: "Scott Koch" <john.doe.nospam@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to create figures and dock them into my main GUI figure?
Date: Wed, 30 Jan 2008 18:31:01 +0000 (UTC)
Organization: Eigenvector Research Inc
Lines: 13
Message-ID: <fnqfp5$1h6$1@fred.mathworks.com>
References: <favbc6$5uj$1@fred.mathworks.com> <fbqjt8$ea8$1@fred.mathworks.com> <fcn80f$15l$1@fred.mathworks.com> <fcofcq$coa$1@fred.mathworks.com> <fdhk5l$ch8$1@fred.mathworks.com> <ferfgd$8g9$1@fred.mathworks.com> <fne2ma$bjn$1@fred.mathworks.com>
Reply-To: "Scott Koch" <john.doe.nospam@mathworks.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1201717861 1574 172.30.248.35 (30 Jan 2008 18:31:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 30 Jan 2008 18:31:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 600931
Xref: news.mathworks.com comp.soft-sys.matlab:448371



oupDocked('myGroup',0);
> 
> %Set into 3x3 tiled mode.
> myDim = java.qwt.Dimension;
> myDim.height = 3;
> myDim.width = 3;
> 

Forgot the a command:

desktop.setDocumentArrangement('myGroup',2,myDim);

scott