help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help : how to load only a part of a matrix in octave


From: Francesco Potortì
Subject: Re: help : how to load only a part of a matrix in octave
Date: Tue, 05 Jun 2012 12:35:44 +0200

>Am 04.06.2012 16:49, schrieb marco atzeri:
>> On 6/4/2012 4:00 PM, tharaka weheragoda wrote:
>>> I think fopen also load the huge matrix into memory.What i need is to
>>> load only a small part because i have only small memory.
>>
>> cut the matrix in slices before feeding it to octave
>>
>> there are plenty of tools for that job
>>
>> Regards
>> Marco
>I think that is the only solution at all, I remember there was or is
>still a limitation in octave that limits the file pointer to 2GB.

This is not a problem if you read the file in slices using fseek and fread.

-- 
Francesco Potortì (ricercatore)        Voice:  +39.050.315.3058 (op.2111)
ISTI - Area della ricerca CNR          Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa         Fax:    +39.050.315.2040  
(entrance 20, 1st floor, room C71)     Web:    http://fly.isti.cnr.it


reply via email to

[Prev in Thread] Current Thread [Next in Thread]