| isempty | R Documentation |
Function written to match MATLAB's isempty function
isempty(...)
... |
arguments to pass to the function. Typically a matrix. |
Logical. True if the passed object has any dimension that is zero.
Other MATLAB:
cell(),
diag_matlab(),
feval(),
fileparts(),
ones(),
rand(),
randn(),
size(),
tic(),
toc(),
zeros()
isempty(zeros(2,3))
isempty(zeros(2,0))
isempty(c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.