mintersect(varargin​)

Perform intersection of multiple numerical arrays

Vous suivez désormais cette soumission

MINTERSECT extends stock function INTERSECT to deal with more than two sets.
The implementation is fully vectorized and faster than method using successive intersecting. Recommend strongly for speed if the number of sets is large (> 100).

Citation pour cette source

Bruno Luong (2026). mintersect(varargin) (https://fr.mathworks.com/matlabcentral/fileexchange/66614-mintersect-varargin), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Elementary Math dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

Simplify algorthim + better H1 line

1.0.0.0

Typo correction