Difference between revisions of "Polyadic/isempty.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
Line 1: Line 1:
{{DISPLAYTITLE:function.m}}
+
{{DISPLAYTITLE:polyadic/isempty.m}}
 
Returns true for polyadics that represent a matrix with a zero dimension.
 
Returns true for polyadics that represent a matrix with a zero dimension.
  

Revision as of 13:13, 25 April 2026

Returns true for polyadics that represent a matrix with a zero dimension.

Syntax

    answer=isempty(p)

Arguments

    p  - a polyadic object

Outputs

    answer - a logical value

See also

polyadic.m

Version 2.1, authors: Ilya Kuprov