How to get the intersection of high dimensional convex hulls in Matlab?

53 Views Asked by At

I have two $10$-dimensional convex hulls from using the Matlab function 'Convhulln'.

I would like to know to what extent they overlap. In a $2D$ scenario the 'intersect' function can be used but not in higher dimensions.

Does someone know how to achieve this?

Preferably I would like to know by how many percent the hulls overlap.