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

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

[Octave-patch-tracker] [patch #8262] Make issymetric work on non-numeric


From: Rik
Subject: [Octave-patch-tracker] [patch #8262] Make issymetric work on non-numeric matrices
Date: Tue, 21 Apr 2015 15:58:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Update of patch #8262 (project octave):

                  Status:                    None => Wont Do                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

It may be overly restrictive, but it is also Matlab compatible.  I also
wouldn't think to use issymmetric on a char matrix since it is more
interesting for numeric matrices where it says something about the solution. 
If you really want to there is always the workaround of casting the char to a
numeric matrix before calling issymetric


TF = issymetric (double (char_matrix));



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8262>

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




reply via email to

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