Empty Set
In CORA, empty sets are instantiated by
% O = emptySet(n);
where
n
is the dimension.
Example:
% initialize empty set
n = 2;
O = emptySet(n);
% plot empty set
plot(O);