Path: news.mathworks.com!not-for-mail
From: "Nick Denman" <ngdenmanNOSPAM@gmail.REMOVETHIS.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: GUI Opened in Maximize Figure
Date: Mon, 8 Oct 2007 03:48:05 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <fec99l$mbh$1@fred.mathworks.com>
References: <febp5l$6s0$1@fred.mathworks.com>
Reply-To: "Nick Denman" <ngdenmanNOSPAM@gmail.REMOVETHIS.com>
NNTP-Posting-Host: webapp-06-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1191815285 22897 172.30.248.36 (8 Oct 2007 03:48:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Oct 2007 03:48:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 745609
Xref: news.mathworks.com comp.soft-sys.matlab:431732



"Ashraf Awad" <a_awad@hotmail.com> wrote in message 
<febp5l$6s0$1@fred.mathworks.com>...
> Hii
> Is it possible to open a GUI in a maximize figure?

Try

figure('Position',get(0,'Screensize'))

> Thank you
> Ashraf Awad

Cheers, Nick