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

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

[Octave-bug-tracker] [bug #44511] [OF] IO Package: xlsread cannot read a


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #44511] [OF] IO Package: xlsread cannot read a csv file
Date: Thu, 26 Mar 2015 19:22:51 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36

Follow-up Comment #10, bug #44511 (project octave):


csvread interface is A=csvread (file),
While xlsread is [A,B,C] = xlsread(file), so if the file is 

x,y,z
1,2,3
4,5,6
7,8,9

So csvread will store in A

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

While xlsread will separate the input.

About 2: it seems right.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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