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: Markus Bergholz
Subject: Re: installing java and apache for using spreadsheet I/O
Date: Wed, 18 Jun 2014 23:30:11 +0200


Am 18.06.2014 08:39 schrieb "rcharan51" <address@hidden>:
>
> 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
>

I can first take a look tomorrow evening at this file.

> >> [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.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave


reply via email to

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