From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 22 11:09:42 2003 Subject: Re: How to input tabular data through a form? From: Miquel Cabanas To: "Henry F. Mollet" Cc: Miquel dot Cabanas at uab dot es, Octave_post Date: Wed, 22 Jan 2003 18:08:05 +0100 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 (Miquel dot Cabanas at uab dot es) ------------------------------------------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 -------------------------------------------------------------