% initialize sets S1 and S2
S1 = conZonotope([1.5;1.5], [1 0; 0 1]);
S2 = conZonotope([-1.5;-1.5], [1 0; 0 1]);
 
% convex hull
res = convHull(S1,S2);