octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50619] textscan weird behaviour when reading


From: Rik
Subject: [Octave-bug-tracker] [bug #50619] textscan weird behaviour when reading a csv
Date: Fri, 24 Mar 2017 17:23:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, bug #50619 (project octave):

The file does look perfectly suited to dlmread with a skip of the first line.

Does this work?


data = dlmread ("file.csv", ";", 1, 0);




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50619>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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