isempty
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
A = rand(3, 3, 3);
res = isempty(A)
A(:, :, :) = [];
res = isempty(A)
🔗 See also
🕔 History
Version
📄 Description
Last updated