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

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

[Octave-bug-tracker] [bug #59264] issymmetric says false for symmetric c


From: Rik
Subject: [Octave-bug-tracker] [bug #59264] issymmetric says false for symmetric character matrices
Date: Tue, 13 Oct 2020 18:11:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36

Update of bug #59264 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 
                 Release:                   5.2.0 => dev                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  This was being done partially for Matlab compatibility.  Matlab
does not accept character matrices as input, but it does throw an error when
you try to use them.  The error is helpful in tracking things down.

I agree that there isn't any problem extending the notion of symmetry to
character matrices.  I made that change on the default branch here
(http://hg.savannah.gnu.org/hgweb/octave/rev/1572a4329015).  This will be a
part of the 7.1 release.  If you need it sooner you can copy the m-file from
Octave's Mercurial repository, or use


tmp = single (char_matrix);
issymetric (tmp)
  

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59264>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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