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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31380] textread() lacks format specifier repeat
Date: Sat, 23 Jul 2011 11:29:11 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30

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

I don't know if it is a regression, but the multiple output format no longer
works.

[A, B, C, ...] = textread (filename, format) 

Using the attached "data2.csv", the following doesn't work.


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


(file #23685)
    _______________________________________________________

Additional Item Attachment:

File name: data2.csv                      Size:0 KB


    _______________________________________________________

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]