help-octave
[Top][All Lists]
Advanced

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

Re: ML compatibility question...


From: fork
Subject: Re: ML compatibility question...
Date: Wed, 30 Nov 2011 15:23:14 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Ben Abbott <bpabbott <at> mac.com> writes:

> I don't think it is related. The non-conformal error occurs when ever
something like ...
> 
>       [] + rand(3)
>       error: operator +: nonconformant arguments (op1 is 0x0, op2 is 3x3)
> 
> ... occurs (same result for 3.4.3 and the developers sources).
> 
> Is this the error you encountered?

This error happens because backslash divide using sparse matrices yields [],
instead of a matrix, which is then added to something and voila ;)

Tx






reply via email to

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