help-octave
[Top][All Lists]
Advanced

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

Re: "nonconformant" error


From: Bill Denney
Subject: Re: "nonconformant" error
Date: Tue, 16 May 2006 16:56:51 -0400 (EDT)

On Tue, 16 May 2006, Gabriel F. Ideriha wrote:

Ok!!

Even with all the matrices with the same size, I still get this error... (
error: operator *: nonconformant arguments (op1 is 1x421, op2 is 1x421))
Why??

It looks like it's trying to do matrix multiplication. Perhaps you meant to multiply element by element like:

a.*b

instead of

a*b

?

Bill

--
"I like maxims that don't encourage behavior modification."
  -- Calvin, 1/19/1991




reply via email to

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