Path: news.mathworks.com!not-for-mail
From: "ufuk " <ufuk172@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: java.lang.OutOfMemoryError
Date: Sun, 7 Sep 2008 14:14:02 +0000 (UTC)
Organization: ITU
Lines: 7
Message-ID: <ga0nja$mpd$1@fred.mathworks.com>
Reply-To: "ufuk " <ufuk172@hotmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1220796842 23341 172.30.248.37 (7 Sep 2008 14:14:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 7 Sep 2008 14:14:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 908995
Xref: news.mathworks.com comp.soft-sys.matlab:489029





While I am doing calculation on a 57600*9 double matrix but I get java.lang.OutOfMemoryError. How can I  overcome this problem? 

I have 9 double vectors.Their dimensions are 57600*1 and I try to hold this 9 dim vectors in a matrix 57600*9. While doing this I get java.lang.OutOfMemoryError

Thanks