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

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

[Octave-bug-tracker] [bug #54029] "Name" is read as Na by dlmread (and b


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #54029] "Name" is read as Na by dlmread (and by xlsread) in csv file
Date: Thu, 31 May 2018 18:25:10 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36

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

                 Summary: "Name" is read as Na by dlmread (and by xlsread) in
csv file
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Thu 31 May 2018 10:25:08 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


Example: the file 'aa.csv'


a,b,Name,c
1,2,3,4
5,6,7,8


and:


>> a = dlmread ('aa.csv')
a =

     0     0    NA     0
     1     2     3     4
     5     6     7     8






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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