<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252213</link>
    <title>MATLAB Central Newsreader - Matlab trouble</title>
    <description>Feed for thread: Matlab trouble</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, 26 May 2009 12:37:30 -0400</pubDate>
      <title>Matlab trouble</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252213#652439</link>
      <author>nordmoon</author>
      <description>Hi, &lt;br&gt;
&lt;br&gt;
I am working on a program in matlab and suddenly its not functioning good. I am working with very large vectors and I suddenly got a message that the vector was to big when creating a new vector double the size of the previous ones (using conv) and since then I won't plot previous calculations (even if I took away the code that gave this message)? I gives previous working vectors zero values and when I try to create them outside the file it don't work. Smaller vectors goes ok,. but I have created the previous one before without problem until I tried to create a new one with double the size. What can I do to get back and make the previous one function again?</description>
    </item>
    <item>
      <pubDate>Tue, 26 May 2009 17:19:02 -0400</pubDate>
      <title>Re: Matlab trouble</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252213#652511</link>
      <author>Sadik </author>
      <description>You should say &lt;br&gt;
&lt;br&gt;
zeros(L,1)&lt;br&gt;
&lt;br&gt;
rather than&lt;br&gt;
&lt;br&gt;
zeros(L)&lt;br&gt;
&lt;br&gt;
since the first one gives you a vector of zeroes of length L whereas the second one gives you a MATRIX of size LxL. I hope this is the problem.&lt;br&gt;
&lt;br&gt;
nordmoon &amp;lt;arianadax@gmail.com&amp;gt; wrote in message &amp;lt;32183705.19504.1243341482025.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; Hi, &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am working on a program in matlab and suddenly its not functioning good. I am working with very large vectors and I suddenly got a message that the vector was to big when creating a new vector double the size of the previous ones (using conv) and since then I won't plot previous calculations (even if I took away the code that gave this message)? I gives previous working vectors zero values and when I try to create them outside the file it don't work. Smaller vectors goes ok,. but I have created the previous one before without problem until I tried to create a new one with double the size. What can I do to get back and make the previous one function again?</description>
    </item>
  </channel>
</rss>

