help-octave
[Top][All Lists]
Advanced

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

Re: How to input tabular data through a form?


From: Miquel Cabanas
Subject: Re: How to input tabular data through a form?
Date: Wed, 22 Jan 2003 18:08:05 +0100
User-agent: Mutt/1.3.28i

hi,

On Wed, Jan 22, 2003 at 07:44:15AM -0800, Henry F. Mollet wrote:
> 
> octave:1> X = aload("Workbook1.csv", Inf, Inf, ",");
> error: single index only valid for row or column vector
> error: evaluating argument list element number 2
> error: evaluating index expression near line 106, column 7
> error: evaluating assignment expression near line 106, column 5
> error: called from `aload' in file `/Users/mollet/CandO/aload.m'
> 

it worked for me (Debian Woody GNU/Linux),

octave:1>  X = aload("Workbook1.csv", Inf, Inf, ",");
octave:2> X
X =

  1  2  3  4  5  6  7

just in case it makes a difference... what OS are you using? 

Miquel

-- 
Miquel E Cabanas ------------------------------------------------------
SeRMN, Universitat Autonoma de Barcelona (address@hidden)
------------------------------------------o-oo--ooo---ooo--oo-o--------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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