help-octave
[Top][All Lists]
Advanced

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

Re: Selecting a Range for octave to read from an excel spreadsheet


From: samuel WEBER
Subject: Re: Selecting a Range for octave to read from an excel spreadsheet
Date: Tue, 17 May 2016 15:41:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

Hi,

In octave, as in excel, you have to entry something like
Letter(Column)-Number(Row) (like : A1 or TH32).

So, if you want the first row, column A to TH, the correct range is :
A1:TH1.

Hope is help,

Samuel


On 17/05/2016 11:54, Kaleem08 wrote:
> Hello I'm a new user to octave, and have run into the issue of octave not
> being able to read the specific range in which I want my data from an excel
> spreadsheet.
>
>>> data=xlsread('sample.xlsx', '1st_Sheet', '[1,TH]')
> error: no range '[1,TH]' in workbook 'sample.xlsx'
>
> Can anyone help me on selecting a range for octave? I can provide
> screenshots if needed.
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Selecting-a-Range-for-octave-to-read-from-an-excel-spreadsheet-tp4677027.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]