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

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

[Octave-bug-tracker] [bug #50743] dlmread producing incorrect results fo


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50743] dlmread producing incorrect results for large (64bit) integers
Date: Thu, 6 Apr 2017 18:21:19 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #1, bug #50743 (project octave):

I don't know for certain, but I believe that's what textscan is for, dlmread
should not be that flexible.

If you want simple parsing, where "simple" means the file is delimited columns
and all values can be treated as doubles, then use csvread or dlmread. If you
want the full flexibility to define how each column should be interpreted, use
textscan.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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