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

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

[Octave-bug-tracker] [bug #39505] dlmwrite with coffset and roffset >0,


From: Rik
Subject: [Octave-bug-tracker] [bug #39505] dlmwrite with coffset and roffset >0, inserts extra characters
Date: Wed, 17 Jul 2013 21:30:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #12, bug #39505 (project octave):

I don't think there is any issue with coffset, although it is worth checking.

What file does the following code sample produce?


dlmwrite ('tst.txt', magic (3), ',', 3, 2)
type tst.txt
csvwrite ('tst.csv', magic (3), 3, 2)
type tst.csv


We need to check csvwrite because Octave uses dlmwrite internally for
csvwrite.  I don't know whether it will also produce blank lines or not.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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