help-octave
[Top][All Lists]
Advanced

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

problem reading file with time-stamps


From: BVBA NuKey Music
Subject: problem reading file with time-stamps
Date: Tue, 13 Dec 2011 09:51:53 +0100

I'm trying to read a file with four columns which has timestamps in the first column:

The data is available in the file in the following format:
Dec-13-09:46:45 21.4 +4.76442190E-01 8.135530E-06 1.553691E+00
Dec-13-09:47:12 21.4 +4.76439120E-01 8.135839E-06 1.553726E+00
Dec-13-09:47:39 21.4 +4.76427260E-01 8.136261E-06 1.553853E+00

first field is a timestamp then a space followed by a temperature then a space ...

As you can see here below, octave doesn't accept the file because of the timestamps,
can anyone here help me solve this problem?

octave:1> y=load('x7r0.7vac0vdc.dat');
error: load: failed to read matrix from file `x7r0.7vac0vdc.dat'
error: evaluating assignment _expression_ near line 1, column 2



reply via email to

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