mintersect(varargin​)

Perform intersection of multiple numerical arrays

You are now following this Submission

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).

Cite As

Bruno Luong (2026). mintersect(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/66614-mintersect-varargin), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Elementary Math in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Simplify algorthim + better H1 line

1.0.0.0

Typo correction