[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: load function with ascii text file
From: |
siko1056 |
Subject: |
Re: load function with ascii text file |
Date: |
Sat, 7 Jan 2017 13:56:22 -0800 (PST) |
I saved your file as `Pearson_Line_Data.txt` and ran the following commands
without problems on Octave 4.2.0 using Linux (openSUSE Tumbleweed):
>> load Pearson_Line_Data.txt
>> Pearson_Line_Data
Pearson_Line_Data =
1.00000 0.00000 0.10000 5.90000 0.10000 0.00000
2.00000 0.90000 0.10000 5.40000 0.10000 0.00000
3.00000 1.80000 0.10000 4.40000 0.10000 0.00000
4.00000 2.60000 0.10000 4.60000 0.10000 0.00000
5.00000 3.30000 0.10000 3.50000 0.10000 0.00000
6.00000 4.40000 0.10000 3.70000 0.10000 0.00000
7.00000 5.20000 0.10000 2.80000 0.10000 0.00000
8.00000 6.10000 0.10000 2.80000 0.10000 0.00000
9.00000 6.50000 0.10000 2.40000 0.10000 0.00000
10.00000 7.40000 0.10000 1.50000 0.10000 0.00000
So did you try exactly the same?
HTH,
Kai
--
View this message in context:
http://octave.1599824.n4.nabble.com/load-function-with-ascii-text-file-tp4681305p4681309.html
Sent from the Octave - General mailing list archive at Nabble.com.