From octave-sources-request at bevo dot che dot wisc dot edu Wed Feb 4 12:31:28 2004 Subject: Re: code to import csv files From: Kai Habel To: octave-sources at bevo dot che dot wisc dot edu Date: Wed, 4 Feb 2004 12:16:04 -0600 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