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

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

[Octave-bug-tracker] [bug #31380] textread() lacks format specifier repe


From: Rik
Subject: [Octave-bug-tracker] [bug #31380] textread() lacks format specifier repeat
Date: Sun, 24 Jul 2011 21:20:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #5, bug #31380 (project octave):

I think this is actually working.  The documentation for textscan
(http://www.mathworks.com/help/techdoc/ref/textscan.html) says that it does
not use varargout the way your test is written.  If I rewrite your test to use
textread, which does behave the way you expect, than it works.


[Names, Types, x, y, Answer] = textread ("data2.csv", '%s Type%d %f %d %s',
2);


In any case, I just checked in more changes to these functions so you should
do an update from Mercurial to changeset 12877:ddea3962b024 before further
testing.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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