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

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

[Octave-bug-tracker] [bug #42025] dlmread unable to recognize emptyvalue


From: Rik
Subject: [Octave-bug-tracker] [bug #42025] dlmread unable to recognize emptyvalues at start of line with whitespace separator
Date: Sun, 23 Oct 2016 04:35:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #13, bug #42025 (project octave):

I've got something that works for everything except this set of tests


>> dlmread ('imp3.txt', ' ')
ans =
     1    11     0
     0    22     0
     0     3    33
>> dlmread ('imp4.txt', ' ')
ans =
     0     0    22     0
     1    11     0     0
     0     0     3    33
     0     0     0     0  % apparently one space on L.4


Both imp3.txt and imp4.txt end with a line that contains a single space.  So,
why isn't the result for imp3.txt this


     1    11     0
     0    22     0
     0     3    33
     0     0     0


Could you re-test imp3.txt, after making sure it is the one attached to this
bug report?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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