% initialize sets S1 and S2
S1 = zonotope([0;0], [0.5 1; 1 0]);
S2 = zonotope([0;0], [1 0; 0 1]);
 
% Minkowski sum
res = S1 + S2;