help-octave
[Top][All Lists]
Advanced

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

xlsread and empty cell


From: turbofib
Subject: xlsread and empty cell
Date: Thu, 14 Feb 2019 12:33:53 -0600 (CST)

hi guys,

i try to read cell excel :

[ a, b, c] = xlsread (percorsoNomeFile,1,'A2:A7');  

there is 6  boxes excel

it read from excel:

 A2="xxx";
 A3="xxx";
 A4="xxx";
 A5=empty;
 A6="xxx";
 A7="xxx";

now i print it:

c=
[1,1] = xxx
  [2,1] = xxx
  [3,1] = xxx
  [4,1] = xxx
  [5,1] = xxx

there is n. 5  element not 6

how can i avoid to delete 1 element?  
(i would like to read n.6 element ..no 5)
thank                



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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