SETDIFF
From Jacket Wiki
Back to Function List
Find set difference of two vectors
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
c = setdiff(A, B) [c,i] = setdiff(A, B) where A and B are vectors. |
|||||||||||
|
|||||||||||
Notes
Currently, only vector inputs are supported