help-octave
[Top][All Lists]
Advanced

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

Re: DLMREAD causes my computer to hang


From: Marcus Vinicius Eiffle Duarte
Subject: Re: DLMREAD causes my computer to hang
Date: Fri, 18 Nov 2005 13:44:37 -0200

A file containing the simple line below (line A) cannot be read and
causes octave to hang. This line was taken from one of the data files
I am trying to read with dlmread. These files are output by a C
program. I ran this C program in the same machine, and have full
permissions to these files.

1,0,2.02,33.20,13.00,6.51000E-02,3.06000E-01,-2.18000E-01,2.7140E+01,9.2740E-03,-1.3810E-05,7.6450E-09,0.0000E+00,20.40

I type this other line of data (line B) into a file and tried reading
it with dlmread, and this time I was successful:

0,0,10,-2,2E+01,-3E-03

Then I repeated this set of data in the same line 5 times (B,B,B,B,B),
and dlmread was sucessful. I created a file with 20 lines equal to
line B, and dlmread read it successfully. However, I can't read the
files generated by the C program.

Any clues?

Thanks,

Marcus Vinicius



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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