Unsorted Set Operations

Unsorted versions of setdiff, intersect, union, and setdiff

You are now following this Submission

There have been lots of cases where I'll want to look, in a specific order, at subjects in a larger set. Setdiff Intersect and Union are the exact operations I want, but unsorted. I coded up Unique just for good measure.

These are relatively rough m-files, w/ little or no help functions, but they're very simple and identical to the built-in Matlab functions, just without sorting.

I changed the 2nd and 3rd outputs of union to actually be useful.

Enjoy and if you'd like any changes, leave a comment and I'll implement them.

best,
Don Vaughn

Cite As

Don Vaughn (2026). Unsorted Set Operations (https://in.mathworks.com/matlabcentral/fileexchange/30854-unsorted-set-operations), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Operators and Elementary Operations 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

added d_uUnion

1.0.0.0