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

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

[Octave-bug-tracker] [bug #39439] Matlab warning and error IDs are not r


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #39439] Matlab warning and error IDs are not recognized
Date: Sun, 29 Dec 2013 19:31:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

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

I think users could accommodate different ids, e.g.:

    octave:37> ones(2)  [1;1];  [msg, id] = lastwarn ()
    msg = warning: matrix singular to machine precision, rcond = 0
    id = Octave:singular-matrix-div

provided they were always non-empty, unlike this:

    octave:36> inv(ones(2));  [msg, id] = lastwarn ()
    msg = warning: inverse: matrix singular to machine precision, rcond = 0
    id =

it'd be pretty widespread change though...


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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