Re: code to import csv files

Kai Habel <[email protected]> Wed, 4 Feb 2004 12:16:04 -0600
Newsgroups gmane.comp.gnu.octave.sources
Message-ID <[email protected]>
Hello Pascal,

are you aware of the dlmread function at the GNU Octave Repository?

http://cvs.sourceforge.net/viewcvs.py/octave/octave-forge/main/io/dlmread.cc

Is your function faster? I have tried to compare both function but was 
not able to run your scripts.

octave:5> m = read_csv(fname);
Can't declare subroutine entry in "my" at /home/kai/bin/csv2oct.pl line 
77, near ");"

Please note, I am not familiar with perl. Could give a short description 
what packages are needed etc.

Bye Kai