help-octave
[Top][All Lists]
Advanced

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

Re: Textscan and csv fitness data problem


From: PhilipNienhuis
Subject: Re: Textscan and csv fitness data problem
Date: Mon, 1 Jan 2018 12:54:10 -0700 (MST)

Stuart Edwards wrote
> Hi -
> 
> While this may not be the Octave solution requested, it is a practical
> solution. Install R and RStudio (both freely available).  Read your csv
> directly and inspect it in a nice tabular format.  The first few lines are
> a little confusing, but the data mostly look good. Converting to a set of
> individual vectors should be no problem with some minor clean-up.

Thanks for the hint but there's no need for that.
Octave (that is, csv2cell in the io package) can do it easily and very fast,
it reads the whole file properly into a mixed cell array.
See my other posts in this thread.

Philip




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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