mintersect(varargin​)

Perform intersection of multiple numerical arrays
136 Downloads
Updated 24 Mar 2018

View License

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 (2024). mintersect(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/66614-mintersect-varargin), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Elementary Math in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Simplify algorthim + better H1 line

1.0.0.0

Typo correction