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: Carnë Draug
Subject: [Octave-bug-tracker] [bug #42025] dlmread unable to recognize emptyvalues at start of line
Date: Mon, 17 Oct 2016 22:02:32 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #42025 (project octave):

                 Summary: dlmread doesn't properly treat leading space as
empty values for space delimiter => dlmread unable to recognize emptyvalues at
start of line

    _______________________________________________________

Follow-up Comment #5:

I just bumped into this bug now too. An easier example that does not use
whitespace as separate for sake of copy/paste:


$ cat foo
1a2a3
5aa7
a8a9
$ octave
octave:1> dlmread ("foo", "a")
ans =

   1   2   3
   5   0   7
   0   8   9


    _______________________________________________________

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]