help-octave
[Top][All Lists]
Advanced

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

Very basic question


From: Ulrich Grassberger
Subject: Very basic question
Date: Wed, 30 Jul 2003 22:42:24 +0200
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624

Hello,

when I type
a = [1,2,3]
b = [1,2,3]
a * b

Octave tells me
error: operator *: nonconformant arguments (op1 is 1x3, op2 is 1x3)
error: evaluating binary operator `*' near line 3, column 3

a=1
b=1
a*b

works. Oh yeah!

Uli


--

(Grassomusic.de)



-------------------------------------------------------------
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]