[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with reading csv (textscan)
From: |
basic_coding |
Subject: |
Problems with reading csv (textscan) |
Date: |
Mon, 19 Aug 2019 09:45:36 -0500 (CDT) |
Hello there
I'm trying to read my measurement data on Octave in order to further analyze
them. My measurment device has large files like the one in the following
link as output:
Messungen1.csv
<https://octave.1599824.n4.nabble.com/file/t373453/Messungen1.csv>
I got some problems with importing the variables. I used the following lines
of code:
It seemed to extract only the first line and most of the columns were empty.
If I try to write a shorter file similar to the one linked, I can read the
data with the following code:
This works for example for a file like this:
So the simple one works fine. Do you have an idea how I can read the large
file as well?
Best regards and thanks in advance
Kevin
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Problems with reading csv (textscan),
basic_coding <=
- Re: Problems with reading csv (textscan), Nicholas Jankowski, 2019/08/19
- Re: Problems with reading csv (textscan), basic_coding, 2019/08/19
- Re: Problems with reading csv (textscan), basic_coding, 2019/08/19
- Re: Problems with reading csv (textscan), Nicholas Jankowski, 2019/08/19
- Re: Problems with reading csv (textscan), Dmitri A. Sergatskov, 2019/08/19
- Re: Problems with reading csv (textscan), Dmitri A. Sergatskov, 2019/08/19
- Re: Problems with reading csv (textscan), basic_coding, 2019/08/20
- Re: Problems with reading csv (textscan), basic_coding, 2019/08/20
- Re: Problems with reading csv (textscan), PhilipNienhuis, 2019/08/19