csvread 3.0.1 exponentially slower than v 3.0.0

John W. Eaton jwe at bevo.che.wisc.edu
Thu Jul 10 10:30:04 CDT 2008


On 10-Jul-2008, Brian Kirklin wrote:

| I believe I included such a file in my second response.
| 
| It is uploaded to Nabble at this address:
| 
| http://www.nabble.com/file/p18384313/myFile.dat
| 
| Single line: data = csvread('myFile.dat')

OK, you confused me with all that extra code at the end of your
message.  What was that for?

In any case, I can confirm the problem.

BTW, for a file this simple, you can read it with

  data = load ("myFile.dat");

jwe


More information about the Bug-octave mailing list