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

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

[Octave-bug-tracker] [bug #35666] wrong matrix division when normalizing


From: anonymous
Subject: [Octave-bug-tracker] [bug #35666] wrong matrix division when normalizing columns
Date: Wed, 29 Feb 2012 18:05:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

Follow-up Comment #2, bug #35666 (project octave):

Your welcome.

There is one more little thing: you should really write


X = X / diag(s);


instead of 


X = diag (s) / X;


otherwise the dimension of the matrix switches from k x n to n x k.

ps: maybe you could also add that broadcasting works since Octave v. 3.6.0 ?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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