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: Mike Miller
Subject: [Octave-bug-tracker] [bug #49309] matlab mismatch with [~, ~, c]=svd( [1, 1, 1] , 0)
Date: Tue, 11 Oct 2016 16:59:17 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

According to https://www.mathworks.com/help/matlab/ref/svd.html


[U,S,V] = svd(A,0) produces a different economy-size decomposition of m-by-n
matrix A:

    m > n — svd(A,0) is equivalent to svd(A,'econ').

    m <= n — svd(A,0) is equivalent to svd(A).



So that seems to confirm this report.

    _______________________________________________________

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]