Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Maximize Windows Programically (Vista x64)
Date: Tue, 8 Sep 2009 08:30:05 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <h854md$f4$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1252398605 484 172.30.248.38 (8 Sep 2009 08:30:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 8 Sep 2009 08:30:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1652144
Xref: news.mathworks.com comp.soft-sys.matlab:568910


I'd like to be able to maximize a windows with code. I found a few scripts on file exchange, but non works with Vista x64.

Does anyone know how I can achieve this? I'm running MATLAB R2007b.

The reason why I need this (maybe there a better way) is that I'm constructing a video (animation) of about 10 figures. The figures have subplots on them and when I use getframe the subplots end up being really small. I'd like to maximize it and then use getfigure.

Thanks!