[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Loading ASCII data files quickly
From: |
macy |
Subject: |
Re: Loading ASCII data files quickly |
Date: |
Mon, 10 Aug 2009 10:48:32 -0700 (PDT) |
User-agent: |
SquirrelMail/1.4.13 |
> Ok, but this requires sed to be available. My code needs to work with
> non-unixy machines, too.
>
>
> ----
> Matthias Brennwald, Käferholzstrasse 173, CH-8046 Zürich, +41 44 364
> 17 03
>
You say a 'few' files? I just strip off the headers with a text editor:
Notepad, Wordpad, Scilab, etc and then name the stripped file something
simple like d.txt Then read in d.txt, convert to the variable names I
really wanted, then save the variables using octave with the new name as
.bin file so it's faster next time.
Only works well if it is a 'few' files.
Else, bite my tongue, try python, it's awesome at file manipulations
pre-octave use.
Robert
- Loading ASCII data files quickly, Matthias Brennwald, 2009/08/10
- Re: Loading ASCII data files quickly, Torsten Lange, 2009/08/10
- Re: Loading ASCII data files quickly, Francesco Potorti`, 2009/08/10
- Re: Loading ASCII data files quickly, Christoph Ellenberger, 2009/08/10
- Re: Loading ASCII data files quickly, Matthias Brennwald, 2009/08/10
- Re: Loading ASCII data files quickly, Christoph Ellenberger, 2009/08/10
- Message not available
- Re: Loading ASCII data files quickly, Matthias Brennwald, 2009/08/10
- Re: Loading ASCII data files quickly, Prof M. N. Anandaram, 2009/08/13
- Re: Loading ASCII data files quickly, Jaroslav Hajek, 2009/08/13
Re: Loading ASCII data files quickly, Sergei Steshenko, 2009/08/11