help-octave
[Top][All Lists]
Advanced

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

Reading data from large ascii-file


From: Peter Norlindh
Subject: Reading data from large ascii-file
Date: Tue, 19 Apr 2011 09:41:20 +0200

Hi,
 
I am analyzing data from a 400MB ascii-file.  There are about 30 million data points in the file and the execution takes forever.
 
Currently the program reads and processes the file element-by-element ( val = dlmread(fileName, "emptyvalue", [i, col, i, col]) ) and I suspect that this is a very unafficient way to do it.  Could you suggest a better approach?  
 
Regards,
hpon     

reply via email to

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