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

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

[Octave-bug-tracker] [bug #42487] issymmetric incompatible with Matlab


From: Markus Bergholz
Subject: [Octave-bug-tracker] [bug #42487] issymmetric incompatible with Matlab
Date: Sun, 21 Sep 2014 08:44:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0

Follow-up Comment #4, bug #42487 (project octave):

Now I can apply and confirm the results.

One last failure whitch works in 3.8.2 but no more with your patch

with your patch

    >> issymmetric(logical(eye(2)),1)
    error: xnorm: wrong type argument 'bool matrix'
    error: called from:
    error:   /home/markus/git/octave/scripts/linear-algebra/issymmetric.m at
line 71, column 16
    >>

octave 3.8.2

    octave:2> issymmetric (logical (eye (2)),1)
    ans =                    0

Because this syntax should be matlab incompatible, I don't know if this should
be fixed (backward compatible) or if it's just nice to have (matlab
compatiblity has a higher priority?).


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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