help-octave
[Top][All Lists]
Advanced

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

Re: Reading data from large ascii-file


From: Peter Norlindh
Subject: Re: Reading data from large ascii-file
Date: Tue, 19 Apr 2011 13:13:24 +0200

Does it take less time in total to read several small files than one big?
 
I have not been able to find an editor that can open the entire file and edit it.  Any tips on how I can split-up the file?
 
/hpon

On Tue, Apr 19, 2011 at 12:41 PM, marco atzeri <address@hidden> wrote:
On Tue, Apr 19, 2011 at 12:05 PM, Peter Norlindh  wrote:
> Thank you Marco!  I have now tried to read the data in bigger chunks, and
> that seems to have sped things up a bit:)
>
> Currently, I'm waiting for dlmread(FILE) to read the entire file.  It's
> been running for about one hour now and I expect it to continue for quite
> some time.  Are there ways to decrease the reading time even further?

do you need all the 30 M points at the same time ?
If not split the data ;-)

>
> /hpon
>


reply via email to

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