help-octave
[Top][All Lists]
Advanced

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

Re: How to input tabular data through a form?


From: Dmitri A. Sergatskov
Subject: Re: How to input tabular data through a form?
Date: Wed, 22 Jan 2003 09:17:44 -0700 (MST)

On Wed, 22 Jan 2003, Henry F. Mollet wrote:

> closer but I'm not "there" yet. Octave now finds the "aload" function and
> the file "Workook1.csv" but it is still "no go" (see below).

I am just wondering if the problem is with line termination in 
Workbook1.csv file. I suspect that Excel X puts '\r' as line
terminator (pernicious MacOS habit :) and octave expects '\n'.
You can look with some hexeditor to see what there, also if
program tr available you can do something like:

tr '\r' '\n' < Workbook1.csv > test1.dat

And see if you can read in test1.dat

 

> Henry
> 

Sincerely,

Dmitri.



-------------------------------------------------------------
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]