>
> The error messages gives a hint on what is happening:
>
> octave:34> ones(2,2,3)*ones(3,2,2,2)
> error: operator *: nonconformant arguments (op1 is 2x6, op2
is 3x8)
> octave:34> ones(2,2,3)*ones(3,2,2)
> error: operator *: nonconformant arguments (op1 is 2x6, op2
is 3x4)
> octave:34> ones(2,2,2)*ones(2,2,2)
> error: operator *: nonconformant arguments (op1 is 2x4, op2
is 2x4)
>
>
>
I think this deserves a ticket in the tracker. Who goes for it?
I'll get it before heading out of the office...
I'm running 4.0.0, can someone verify this is still the case in one of
the release candidates?