help-octave
[Top][All Lists]
Advanced

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

Re: installing java and apache for using spreadsheet I/O


From: rcharan51
Subject: Re: installing java and apache for using spreadsheet I/O
Date: Tue, 17 Jun 2014 23:38:47 -0700 (PDT)

i have problem reading the following file( first.xls
<http://octave.1599824.n4.nabble.com/file/n4664850/first.xls>  ) it is read
and assigned to diff variables but when those variables are accessed its
showing data from diferent locations 

>> [dat, hed, mixed]=xlsread('input.xlsx', 1);
>> hed(2, :)
ans =
{
  [1,1] =
  [1,2] =
  [1,3] = MALIKCHAND & SONS
  [1,4] =
  [1,5] =
  [1,6] =
  [1,7] =
  [1,8] =
  [1,9] =
}
>> mixed(2, :)
ans =
{
  [1,1] =  591
  [1,2] =  5289
  [1,3] = MALIKCHAND & SONS
  [1,4] =  3454
  [1,5] =  1
  [1,6] =  3.5800
  [1,7] = -7.0100
  [1,8] =  10.500
  [1,9] = [](0x0)
}
>> mixed(1, :)
ans =
{
  [1,1] = Chainage
  [1,2] = [](0x0)
  [1,3] = RAIL LEVEL AND GROUND LEVEL
  [1,4] = 2A
  [1,5] = PATAUDI HOUSE
  [1,6] = [](0x0)
  [1,7] = [](0x0)
  [1,8] = [](0x0)
  [1,9] = [](0x0)
}



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Re-installing-java-and-apache-for-using-spreadsheet-I-O-tp4664767p4664850.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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