<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240601</link>
    <title>MATLAB Central Newsreader - Out of Memory problem</title>
    <description>Feed for thread: Out of Memory problem</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>Sun, 07 Dec 2008 21:49:02 -0500</pubDate>
      <title>Out of Memory problem</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240601#615563</link>
      <author>Subrat Swain</author>
      <description>Hi all,&lt;br&gt;
I am running a program in MATLAB which needs to find out the past iterations for a 1510*1510 matrix. I ran the program but after getting executed for some hours it is &lt;br&gt;
displaying an error saying&lt;br&gt;
&amp;nbsp;'??? Out of memory. Type HELP MEMORY for your options'. &lt;br&gt;
Actually I do have lot of space in my parent drive of my system but still I am facing the &lt;br&gt;
above error. When I ran the program for 5 iterations it got executed properly. &lt;br&gt;
Can anyone please help me out by suggesting some ways to prevent the above error.&lt;br&gt;
Appreciate for the help.&lt;br&gt;
&lt;br&gt;
Thanks and Regards,&lt;br&gt;
Subrat Kumar Swain. </description>
    </item>
    <item>
      <pubDate>Sun, 07 Dec 2008 22:56:03 -0500</pubDate>
      <title>Re: Out of Memory problem</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240601#615566</link>
      <author>Pete </author>
      <description>Use the 'clear' command to clear any unnecessary intermediate variables wherever possible. You can also use 'pack' to consolidate workspace memory. Pre-allocating your storage is also a good idea. Hope this helps. If not, we would need more details on what exactly you are doing.&lt;br&gt;
&amp;nbsp;</description>
    </item>
    <item>
      <pubDate>Sun, 07 Dec 2008 23:03:01 -0500</pubDate>
      <title>Re: Out of Memory problem</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240601#615568</link>
      <author>Pete </author>
      <description>Perhaps you could also save each iteration of the matrix, then clear it?</description>
    </item>
  </channel>
</rss>

