octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33853] Incorrect element-wise vector multipli


From: anonymous
Subject: [Octave-bug-tracker] [bug #33853] Incorrect element-wise vector multiplication, with an unnamed vector
Date: Mon, 25 Jul 2011 09:01:17 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #1, bug #33853 (project octave):

Simpler, more varied examples:

> [1 0 0] .* 1:3
ans =
   1   2   3

> [0 0 0] .* 1:3
ans =
   0   1   2   3

> [2 3 4] .* 1:3
ans =
   2   3


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33853>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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