<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260286</link>
    <title>MATLAB Central Newsreader - Maximize Windows Programically (Vista x64)</title>
    <description>Feed for thread: Maximize Windows Programically (Vista x64)</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 08 Sep 2009 08:30:05 -0400</pubDate>
      <title>Maximize Windows Programically (Vista x64)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260286#678668</link>
      <author>Kian </author>
      <description>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.&lt;br&gt;
&lt;br&gt;
Does anyone know how I can achieve this? I'm running MATLAB R2007b.&lt;br&gt;
&lt;br&gt;
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.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
    </item>
    <item>
      <pubDate>Tue, 08 Sep 2009 12:50:25 -0400</pubDate>
      <title>Re: Maximize Windows Programically (Vista x64)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260286#678717</link>
      <author>Brendan</author>
      <description>On Sep 8, 5:30&#160;am, &quot;Kian &quot; &amp;lt;kian.to...@utah.edu&amp;gt; wrote:&lt;br&gt;
&amp;gt; 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.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Does anyone know how I can achieve this? I'm running MATLAB R2007b.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 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.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks!&lt;br&gt;
&lt;br&gt;
scrsz = get(0,'ScreenSize');&lt;br&gt;
set(gcf,'Position',[scrsz(1) scrsz(2)+scrsz(4)/20 scrsz(3) scrsz(4)&lt;br&gt;
*17/20]);</description>
    </item>
    <item>
      <pubDate>Wed, 09 Sep 2009 17:11:03 -0400</pubDate>
      <title>Re: Maximize Windows Programically (Vista x64)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260286#679083</link>
      <author>Kian </author>
      <description>Perfect! Thanks.</description>
    </item>
  </channel>
</rss>

