Working with Large data files.
- From: "Taz" <tmohsinally@xxxxxxxxx>
- Date: 17 Jul 2006 13:46:13 -0700
Hi, I'm a newbie to matlab and don;t really have anyone to show me the
ropes. I'm working with a large binary file of unsigned 32bit interger
binary numbers. The file is 300MB. I ahve opened it and read it
converting the binary into whole numbers. Since it is so big I've read
it into variables in chuncks. I figured once i'd read all teh data I
could just concatenate these variables into one large column of data
points. However this is not teh case. I get an "out of memory" error
when I try to concatenate it. What do i do? I need to carry out
mathematical operations on these data points.
ALso how exactly do I create a pointer to read data points from
anywhere I wish in my concatenated variable.?
.
- Prev by Date: Re: Printing Matlab Figures
- Next by Date: Re: Close a GUI
- Previous by thread: re: Kmeans using mexCallMATLAB
- Next by thread: handles
- Index(es):
Relevant Pages
|