Create a test case for interactive testing.
Verify that an empty character vector satisfies the IsEmpty
constraint.
Interactive verification passed.
Assert that a vector is not empty.
Interactive verification passed.
Verify that a matrix with a dimension of length zero is
empty.
Interactive verification passed.
Assert that an empty object satisfies the IsEmpty
constraint.
Interactive assertion passed.
Verify that a cell array containing an empty numeric array
is empty.
Interactive verification failed.
---------------------
Framework Diagnostic:
---------------------
IsEmpty failed.
--> The value must be empty.
--> The value has a size of [1 1].
Actual Value:
{[]}
The cell array is not empty, even though the only thing it contains
is an empty array.