<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle"><!--P {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">I am just learning SciLab. I need to read enormous EEG files (electroencephalograms), for example, 20 channels sampled at 32,000 Hz for days on end. This data may be saved as a matrix with 20 columns
but a huge number of rows, so big that I run up against size limits if I try to load the whole thing as a matrix. This data is usually in binary format. I tried using stacksize('max') to maximize these size limits but am still running into size limits.</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font> </div>
<div dir="ltr"><font size="2" face="tahoma">Is there a way to load or read in just a part of this huge matrix, process that, then go back and load or read the next chunk?
</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font> </div>
<div dir="ltr"><font size="2" face="tahoma">Thank you.</font></div>
</body>
</html>