Difference between revisions of "Polyadic/isempty.m"
(Normalise sequential blank lines) |
(→See also) |
||
| Line 15: | Line 15: | ||
==See also== | ==See also== | ||
| − | [[polyadic | + | [[polyadic.m]] |
''Version 2.1, authors: [[Ilya Kuprov]]'' | ''Version 2.1, authors: [[Ilya Kuprov]]'' | ||
Revision as of 13:13, 25 April 2026
Returns true for polyadics that represent a matrix with a zero dimension.
Contents
Syntax
answer=isempty(p)
Arguments
p - a polyadic object
Outputs
answer - a logical value
See also
Version 2.1, authors: Ilya Kuprov