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

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

[Octave-bug-tracker] [bug #49309] matlab mismatch with [~, ~, c]=svd( [1


From: Rik
Subject: [Octave-bug-tracker] [bug #49309] matlab mismatch with [~, ~, c]=svd( [1, 1, 1] , 0)
Date: Tue, 11 Oct 2016 16:55:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49309 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

When you supply a second argument the svd function is supposed to calculate
the "economy" size version of the svd which eliminates unnecessary rows. 
Could you try the following code in Matlab and post what it returns?


[a,b,c] = svd ([1 1 1])
[a2,b2,c2] = svd ([1 1 1], 0)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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