Difference between revisions of "Polyadic/isempty.m"
(Created page with "{{DISPLAYTITLE:function.m}} Returns true for polyadics that represent a matrix with a zero dimension. ==Syntax== answer=isempty(p) ==Arguments== p - a polyadic...") |
(No difference)
|
Revision as of 20:21, 31 December 2017
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
polyadic.m, polyadic/isnumeric.m, polyadic/ismatrix.m, polyadic/isfloat.m
Version 2.1, authors: Ilya Kuprov