INTERSECTALL
Version 1.3.0.0 (3.05 KB) by
Mehmet Suzen
Given set of sets, produce all possible intersections for each set or all sets at once.
Simple function INTERSECTALL efficiently returns intersections of given set of sets, computed combinatorially. It returns cell array of vectors of indices of a set that have instersection to any other set and a vector that gives number of intersections for each set. INTERSECTALLSET is much simpler, it returns the values of the set which are members of all sets.
Cite As
Mehmet Suzen (2023). INTERSECTALL (https://www.mathworks.com/matlabcentral/fileexchange/38968-intersectall), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2012a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Matrices and Arrays in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.