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

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

[Octave-bug-tracker] [bug #31826] dlmread syntax change or nonfunctional


From: Rik
Subject: [Octave-bug-tracker] [bug #31826] dlmread syntax change or nonfunctional
Date: Wed, 08 Dec 2010 16:54:12 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12

URL:
  <http://savannah.gnu.org/bugs/?31826>

                 Summary: dlmread syntax change or nonfunctional
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 08 Dec 2010 08:54:11 AM PST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.53
        Operating System: GNU/Linux

    _______________________________________________________

Details:

dlmread does not work as per the help. Works correctly in 3.2.4, does not in
3.3.54. In 3.3.54, it seems to assume that it is complex numbers where it is
actually a column of data


Data looks like this:
1000.000
-0.016  0.000
-0.028  0.000
-0.022  0.000
-0.016  0.000
-0.016  0.000
-0.003  0.000
-0.016  0.000
-0.016  0.000
...

data=dlmread("data1.txt",0,2,0);

data
data =

  -0.02800 +  0.00000i
  -0.02200 +  0.00000i
  -0.01600 +  0.00000i
  -0.01600 +  0.00000i
...

In 3.2.4 the same command looks like this:
data
data =

  -0.02800    0.00000
  -0.02200    0.00000
  -0.01600    0.00000
  -0.01600    0.00000
  -0.00300    0.00000
  -0.01600    0.00000





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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