help-octave
[Top][All Lists]
Advanced

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

Re: Meaning of * (mtimes) for nd-arrays


From: Marco Atzeri
Subject: Re: Meaning of * (mtimes) for nd-arrays
Date: Tue, 16 Feb 2016 22:16:14 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1



On 16/02/2016 22:08, Nicholas Jankowski wrote:



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



4.0.1 Rc3 is the same



reply via email to

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