[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loading ascii data
From: |
Daniel Heiserer |
Subject: |
Re: loading ascii data |
Date: |
Tue, 30 Mar 1999 10:06:44 +0200 |
Wolfgang Koller wrote:
>
> > figures? you mean the data right?
> Yes, I mean the data.
>
> > How did you generat this file? Did you use octave or did you use an
> > other
> > tool to generate this data file?
>
> I had an Excel-sheet, then saved it with the text (tab-separated)
> format, ftp-ed the file to my Unix-machine and finally inserted the
> octave header.
>
> Normally this procedure works ok.
>
> Many thanks for your suggestions!As soon as I find out what causes
> the problems I will inform you.
>
you don't need the header if there is only one matrix/vector in the
file.
Just name the file with the matrix' name.
Try to write it space separated.
The it should work.
daniel