INTERSECTALL
Version 1.3.0.0 (3,05 ko) par
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.
Citation pour cette source
Mehmet Suzen (2026). INTERSECTALL (https://fr.mathworks.com/matlabcentral/fileexchange/38968-intersectall), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Matrices and Arrays dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.3.0.0 | A new function INTERSECTALLSET is added. Description is improved. |
||
| 1.2.0.0 | Function documentation update |
||
| 1.1.0.0 | Added an example |
||
| 1.0.0.0 |
