Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Working with large data sets
Date: Thu, 28 Aug 2008 01:38:02 +0000 (UTC)
Organization: University of Memphis
Lines: 15
Message-ID: <g94vhq$ntj$1@fred.mathworks.com>
References: <g94n7i$haa$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1219887482 24499 172.30.248.37 (28 Aug 2008 01:38:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 28 Aug 2008 01:38:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 233092
Xref: news.mathworks.com comp.soft-sys.matlab:487573



"David Doria" <daviddoria@gmail.com> wrote in message
<g94n7i$haa$1@fred.mathworks.com>...
> I have 20,000 3D points that I would like to plot.  Matlab
> just grinds and grinds and eventually the system freezes or
> I get a "cache memory exhausted" error.  Is there a good way
> to do something like this with matlab?
> 
> Thanks,
> 
> David

20,000 point is 'only' approximately 140x140 matrix and
Matlab should handle this (in plots) with ease.  Are you
just trying to plot or are you actually trying some
calculations when you say grinds and grinds?