Path: news.mathworks.com!newsfeed-00.mathworks.com!solaris.cc.vt.edu!news.vt.edu!news.glorb.com!tr22g12.aset.psu.edu!news.mathforum.org!not-for-mail
From: nordmoon <arianadax@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Matlab trouble
Date: Tue, 26 May 2009 08:37:30 EDT
Organization: The Math Forum
Lines: 3
Message-ID: <32183705.19504.1243341482025.JavaMail.jakarta@nitrogen.mathforum.org>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1243341482 14061 144.118.30.135 (26 May 2009 12:38:02 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Tue, 26 May 2009 12:38:02 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:542579


Hi, 

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?