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

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

[Octave-bug-tracker] [bug #42688] isdiag, isbanded, istril, istriu funct


From: Massimiliano Fasi
Subject: [Octave-bug-tracker] [bug #42688] isdiag, isbanded, istril, istriu functions missing in Octave
Date: Mon, 07 Jul 2014 17:55:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #6, bug #42688 (project octave):

I've just asked on IRC.


>> isdiag (char ([65, 0; 0, 65]))                                       
Undefined function 'isdiag' for input arguments of type 'char'.

>> A = cell (2,2); A(1,1) = 1; A(2,2) = 2; isdiag (A)
Conversion to cell from double is not possible. 




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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