Difference between revisions of "Polyadic/isempty.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Spot-edit Spinach function page first-line NOTOC and template fields)
m (Rename Arguments section heading to Parameters)
Line 6: Line 6:
 
     answer=isempty(p)
 
     answer=isempty(p)
  
==Arguments==
+
==Parameters==
  
 
     p  - a polyadic object
 
     p  - a polyadic object

Revision as of 18:51, 5 June 2026

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

Syntax

    answer=isempty(p)

Parameters

    p  - a polyadic object

Outputs

    answer - a logical value

See also

polyadic.m

Version 2.1, authors: Ilya Kuprov