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

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

[Octave-bug-tracker] [bug #48088] document that issquare, iscolumn, isem


From: anonymous
Subject: [Octave-bug-tracker] [bug #48088] document that issquare, iscolumn, isempty, etc operate on cell arrays
Date: Sun, 7 Mar 2021 00:51:58 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #5, bug #48088 (project octave):

For version 6.1.0


help issquare
'issquare' is a built-in function from the file libinterp/corefcn/data.cc

 -- issquare (X)
     Return true if X is a 2-D square array.

     A square array is a 2-D object for which 'size (X)' returns
     '[N, N]' where N is a non-negative integer.

     See also: isscalar, isvector, ismatrix, size.


This is better than comment #0.
Francesco, what are your thoughts?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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